Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.parser.jdom |
Modifier and Type | Field and Description |
---|---|
static MetadataType |
MetadataType.ADN |
static MetadataType |
MetadataType.AGGREGATION |
static MetadataType |
MetadataType.CATALOG_GEN_CONFIG |
static MetadataType |
MetadataType.DIF |
static MetadataType |
MetadataType.DUBLIN_CORE |
static MetadataType |
MetadataType.ESG |
static MetadataType |
MetadataType.FGDC |
static MetadataType |
MetadataType.LAS |
static MetadataType |
MetadataType.NcML |
static MetadataType |
MetadataType.NETCDF |
static MetadataType |
MetadataType.NONE |
static MetadataType |
MetadataType.THREDDS |
static MetadataType |
MetadataType.THREDDS_DLCollection |
static MetadataType |
MetadataType.THREDDS_DLEntry |
Modifier and Type | Method and Description |
---|---|
static MetadataType |
MetadataType.findType(String name)
Return the known MetadataType that matches the given name (ignoring case)
or null if the name is unknown.
|
static MetadataType |
MetadataType.getType(String name)
Return a MetadataType 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<MetadataType> |
MetadataType.getAllTypes()
Get all MetadataType objects
|
Modifier and Type | Method and Description |
---|---|
List<InvMetadata> |
InvDataset.getMetadata(MetadataType want)
Get the metadata elements of the specified type.
|
List<InvMetadata> |
InvDatasetImplProxy.getMetadata(MetadataType p0) |
List<InvMetadata> |
InvCatalogRef.getMetadata(MetadataType p0) |
Modifier and Type | Method and Description |
---|---|
void |
InvCatalogFactory10.registerMetadataConverter(MetadataType type,
MetadataConverterIF converter) |
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.