See: Description
| Interface | Description |
|---|---|
| CatalogSetCallback |
Allows asynchronous reading of a catalog.
|
| DatasetFilter |
Abstract class to filter datasets.
|
| InvCatalogConvertIF |
Converts JDOM tree to Inventory Catalog Objects.
|
| MetadataConverterIF |
Converts JDOM Element to Objects holding metadata content.
|
| Class | Description |
|---|---|
| CollectionType |
Type-safe enumeration of THREDDS coherent collection types.
|
| CrawlableCatalog |
A CrawlableDataset from a THREDDS catalog.
|
| DataFormatType |
Type-safe enumeration of THREDDS data format types.
|
| DataRootConfig |
DataRoot element in a thredds config catalog.
|
| DatasetFilter.ByDataType |
Filter a Catalog by the dataset data type.
|
| DatasetFilter.ByServiceType |
Filter a Catalog by the access service type.
|
| InvAccess |
Public interface to a catalog access element, defining how to access a specific web resource.
|
| InvAccessImpl |
Concrete access element.
|
| InvCatalog |
Public interface to a thredds catalog, a virtual directory of datasets.
|
| InvCatalogFactory |
Reads an XML document and constructs thredds.catalog object.
|
| InvCatalogImpl |
Concrete implementation of a Thredds catalog object.
|
| InvCatalogRef |
A reference to a InvCatalog.
|
| InvDataset |
Public interface to a thredds dataset, basic abstraction for data.
|
| InvDatasetImpl |
Concrete implementation of a thredds Dataset, for reading and writing from XML.
|
| InvDatasetImplProxy |
Proxy an InvDatasetImpl to another InvDatasetImpl.
|
| InvDatasetScan |
Represents server-side information on how to scan a collection of datasets
for catalog generation.
|
| InvDocumentation |
A documentation object: text, HTML or an Xlink.
|
| InvMetadata |
A metadata element: structured XML element containing info about associated dataset or catalog.
|
| InvProperty |
A Property is a name/value pair.
|
| InvService |
A Service is an abstraction for an internet service, such as a data server, FTP, etc.
|
| MetadataType |
Type-safe enumeration of THREDDS Metadata types.
|
| ServiceType |
Type-safe enumeration of THREDDS Service types.
|
| ThreddsMetadata |
Metadata for "enhanced catalogs", type THREDDS.
|
| ThreddsMetadata.Contributor |
Implements Contributor type.
|
| ThreddsMetadata.GeospatialCoverage |
Implements GeospatialCoverage type.
|
| ThreddsMetadata.Range |
Implements spatialRange type.
|
| ThreddsMetadata.Source |
Implements Source type, used by publisher and creator elements.
|
| ThreddsMetadata.Variable |
Implements Variable type.
|
| ThreddsMetadata.Variables |
Implements Variables type.
|
| ThreddsMetadata.Vocab |
Implements Vocab type, just text with an optional "vocabulary" attribute.
|
| XMLEntityResolver |
Handles the interaction with JAXP, resolving dtd, schemas locally if possible.
|