Package thredds.server.catalog
Interface AllowedServicesIF
-
public interface AllowedServicesIFDescribe- Since:
- 3/16/2016.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description thredds.client.catalog.ServicegetStandardServices(ucar.nc2.constants.FeatureType featType)booleanisAThreddsDataset(String filename)
-
-
-
Method Detail
-
getStandardServices
thredds.client.catalog.Service getStandardServices(ucar.nc2.constants.FeatureType featType)
-
isAThreddsDataset
boolean isAThreddsDataset(String filename)
-
-