Package thredds.catalog

Reads and writes THREDDS Dataset Inventory Catalog XML documents.

See:
          Description

Interface Summary
CatalogSetCallback Allows asynchrous reading of a catalog.
InvCatalogConvertIF Converts JDOM tree to Inventory Catalog Objects.
MetadataConverterIF Converts JDOM Element to Objects holding metadata content.
 

Class Summary
CollectionType Type-safe enumeration of THREDDS coherent collection types.
CrawlableCatalog  
DataFormatType Type-safe enumeration of THREDDS data format types.
DatasetFilter Abstract class to filter datasets.
DatasetFilter.ByDataType Filter a Catalog by the dataset data type.
DatasetFilter.ByServiceType Filter a Catalog by the access service type.
InvAccess Public interface to an 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.
InvDatasetFmrc InvDatasetFmrc represents an element in a TDS catalog.
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.
 

Package thredds.catalog Description

Reads and writes THREDDS Dataset Inventory Catalog XML documents. To read and write XML files, see InvCatalogFactory class.