|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceType | |
---|---|
thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
thredds.catalog2 | |
thredds.catalog2.builder | |
thredds.catalog2.simpleImpl | |
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.CdmrFeature
|
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.ISO
|
static ServiceType |
ServiceType.LAS
|
static ServiceType |
ServiceType.NCML
|
static ServiceType |
ServiceType.NETCDF
|
static ServiceType |
ServiceType.NetcdfServer
|
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.UDDC
|
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(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(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 Collection<ServiceType> |
ServiceType.getAllTypes()
Get all ServiceType objects |
Methods in thredds.catalog with parameters of type ServiceType | |
---|---|
InvAccess |
InvDatasetImplProxy.getAccess(ServiceType p0)
|
InvAccess |
InvCatalogRef.getAccess(ServiceType p0)
|
InvAccess |
InvDataset.getAccess(ServiceType type)
Get access element of the specified service type for this dataset. |
Constructors in thredds.catalog with parameters of type ServiceType | |
---|---|
DatasetFilter.ByServiceType(ServiceType type)
|
|
InvDatasetImpl(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 | |
---|---|
List<Dataset> |
CatalogSearchHelper.findAccessibleDatasetsByType(ServiceType type)
|
List<Service> |
CatalogSearchHelper.findServiceByType(ServiceType type)
|
List<Access> |
Dataset.getAccessesByType(ServiceType type)
|
Uses of ServiceType in thredds.catalog2.builder |
---|
Methods in thredds.catalog2.builder that return ServiceType | |
---|---|
ServiceType |
ServiceBuilder.getType()
|
Methods in thredds.catalog2.builder with parameters of type ServiceType | |
---|---|
ServiceBuilder |
CatalogBuilder.addService(String name,
ServiceType type,
URI baseUri)
|
ServiceBuilder |
ServiceBuilder.addService(String name,
ServiceType type,
URI baseUri)
Add a new Service object with the given name, type, and base uri to this Service returning a ServiceBuilder object to allow full construction and modification of the new Service. |
List<AccessBuilder> |
DatasetBuilder.getAccessBuildersByType(ServiceType type)
|
ServiceBuilder |
ThreddsBuilderFactory.newServiceBuilder(String name,
ServiceType type,
URI baseUri)
|
void |
ServiceBuilder.setType(ServiceType type)
|
Uses of ServiceType in thredds.catalog2.simpleImpl |
---|
Methods in thredds.catalog2.simpleImpl with parameters of type ServiceType | |
---|---|
ServiceBuilder |
ThreddsBuilderFactoryImpl.newServiceBuilder(String name,
ServiceType type,
URI baseUri)
|
Uses of ServiceType in thredds.cataloggen.config |
---|
Constructors in thredds.cataloggen.config with parameters of type ServiceType | |
---|---|
ResultService(String name,
ServiceType serviceType,
String base,
String suffix,
String accessPointHeader)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |