Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.parser.jdom | |
thredds.cataloggen.config |
Modifier and Type | Method and Description |
---|---|
MetadataConverterIF |
InvMetadata.getConverter()
Get the converter; may be null.
|
MetadataConverterIF |
InvCatalogFactory.getMetadataConverter(String key)
Find the MetadataConverterIF registered for this key
|
Modifier and Type | Method and Description |
---|---|
void |
InvCatalogFactory.registerMetadataConverter(String key,
MetadataConverterIF converter)
Register metadata converters for reading metadata objects of a certain type or namespace.
|
Constructor and Description |
---|
InvMetadata(InvDataset dataset,
String mtype,
String namespaceURI,
String namespacePrefix,
boolean inherited,
boolean isThreddsMetadata,
MetadataConverterIF converter,
Object contentObject)
Constructor for elements with inline content.
|
InvMetadata(InvDataset dataset,
String xlinkHref,
String title,
String type,
String namespaceURI,
String prefix,
boolean inherited,
boolean isThreddsMetadata,
MetadataConverterIF converter)
Constructor for elements with Xlinks.
|
Modifier and Type | Class and Description |
---|---|
class |
InvCatalogFactory10
Inventory Catalog parser, version 1.0.
|
Modifier and Type | Method and Description |
---|---|
void |
InvCatalogFactory10.registerMetadataConverter(MetadataType type,
MetadataConverterIF converter) |
Modifier and Type | Class and Description |
---|---|
class |
CatGenConfigMetadataFactory
Title: Catalog Generator
|
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.