| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| thredds.catalog2 | |
| thredds.cataloggen.config |
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<ServiceType> |
ServiceType.getAllTypes()
Get all ServiceType objects
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
DatasetFilter.ByServiceType(ServiceType type) |
InvDatasetImpl(java.lang.String urlPath,
FeatureType dataType,
ServiceType stype)
Construct an InvDatasetImpl which refers to a urlPath.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
Service.getType()
Return the ServiceType for this Service, may not be null.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Dataset> |
CatalogSearchHelper.findAccessibleDatasetsByType(ServiceType type) |
java.util.List<Service> |
CatalogSearchHelper.findServiceByType(ServiceType type) |
java.util.List<Access> |
Dataset.getAccessesByType(ServiceType type) |
| Constructor and Description |
|---|
ResultService(java.lang.String name,
ServiceType serviceType,
java.lang.String base,
java.lang.String suffix,
java.lang.String accessPointHeader)
Constructor
|