Uses of Class
thredds.catalog.ServiceType

Packages that use ServiceType
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
 

Uses of ServiceType in thredds.catalog
 

Fields in thredds.catalog declared as ServiceType
static ServiceType ServiceType.ADDE
           
static ServiceType ServiceType.CATALOG
           
static ServiceType ServiceType.CdmRemote
           
static ServiceType ServiceType.COMPOUND
           
static ServiceType ServiceType.DODS
           
static ServiceType ServiceType.FILE
           
static ServiceType ServiceType.FTP
           
static ServiceType ServiceType.GRIDFTP
           
static ServiceType ServiceType.HTTP
           
static ServiceType ServiceType.HTTPServer
           
static ServiceType ServiceType.LAS
           
static ServiceType ServiceType.NETCDF
           
static ServiceType ServiceType.NetcdfServer
           
static ServiceType ServiceType.NetcdfStream
           
static ServiceType ServiceType.NetcdfSubset
           
static ServiceType ServiceType.NONE
           
static ServiceType ServiceType.OPENDAP
           
static ServiceType ServiceType.OPENDAPG
           
static ServiceType ServiceType.QC
           
static ServiceType ServiceType.RESOLVER
           
static ServiceType ServiceType.THREDDS
           
static ServiceType ServiceType.WCS
           
static ServiceType ServiceType.WebForm
           
static ServiceType ServiceType.WFS
           
static ServiceType ServiceType.WMS
           
static ServiceType ServiceType.WSDL
           
 

Methods in thredds.catalog that return ServiceType
static ServiceType ServiceType.findType(java.lang.String name)
          Return the known ServiceType that matches the given name (ignoring case) or null if the name is unknown.
 ServiceType InvService.getServiceType()
          get the Service Type
static ServiceType ServiceType.getType(java.lang.String name)
          Return a ServiceType that matches the given name by either matching a known type (ignoring case) or creating an unknown type.
 

Methods in thredds.catalog that return types with arguments of type ServiceType
static java.util.Collection<ServiceType> ServiceType.getAllTypes()
          Get all ServiceType objects
 

Methods in thredds.catalog with parameters of type ServiceType
 InvAccess InvCatalogRef.getAccess(ServiceType p0)
           
 InvAccess InvDataset.getAccess(ServiceType type)
          Get access element of the specified service type for this dataset.
 InvAccess InvDatasetImplProxy.getAccess(ServiceType p0)
           
 

Constructors in thredds.catalog with parameters of type ServiceType
DatasetFilter.ByServiceType(ServiceType type)
           
InvDatasetImpl(java.lang.String urlPath, FeatureType dataType, ServiceType stype)
          Construct an InvDatasetImpl which refers to a urlPath.