Uses of Class
thredds.catalog.ServiceType

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

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
           
protected  ServiceType InvAccess.type
           
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 InvDatasetImplProxy.getAccess(ServiceType p0)
           
 InvAccess InvDataset.getAccess(ServiceType type)
          Get access element of the specified service type for this dataset.
 InvAccess InvCatalogRef.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.
 

Uses of ServiceType in thredds.catalog2
 

Methods in thredds.catalog2 that return ServiceType
 ServiceType Service.getType()
          Return the ServiceType for this Service, may not be null.
 

Methods in thredds.catalog2 with parameters of type ServiceType
 java.util.List<Dataset> CatalogSearchHelper.findAccessibleDatasetsByType(ServiceType type)
           
 java.util.List<Service> CatalogSearchHelper.findServiceByType(ServiceType type)
           
 java.util.List<Access> Dataset.getAccessesByType(ServiceType type)
           
 

Uses of ServiceType in thredds.cataloggen.config
 

Constructors in thredds.cataloggen.config with parameters of type ServiceType
ResultService(java.lang.String name, ServiceType serviceType, java.lang.String base, java.lang.String suffix, java.lang.String accessPointHeader)
          Constructor