Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.cataloggen.config | |
ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
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.DAP4 |
static ServiceType |
ServiceType.DODS |
static ServiceType |
ServiceType.FILE |
static ServiceType |
ServiceType.FTP |
static ServiceType |
ServiceType.GRIDFTP |
static ServiceType |
ServiceType.H5Service |
static ServiceType |
ServiceType.HTTP |
static ServiceType |
ServiceType.HTTPServer |
static ServiceType |
ServiceType.ISO |
static ServiceType |
ServiceType.LAS |
static ServiceType |
ServiceType.ncJSON |
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(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.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ServiceType> |
ServiceType.getAllTypes()
Get all ServiceType objects
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ByServiceType(ServiceType type) |
InvDatasetImpl(String urlPath,
FeatureType dataType,
ServiceType stype)
Construct an InvDatasetImpl which refers to a urlPath.
|
Constructor and Description |
---|
ResultService(String name,
ServiceType serviceType,
String base,
String suffix,
String accessPointHeader)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
ThreddsDataFactory.setPreferAccess(ServiceType... prefer) |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.