|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetadataConverterIF | |
---|---|
thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
thredds.catalog.parser.jdom | |
thredds.cataloggen.config |
Uses of MetadataConverterIF in thredds.catalog |
---|
Methods in thredds.catalog that return MetadataConverterIF | |
---|---|
MetadataConverterIF |
InvMetadata.getConverter()
Get the converter; may be null. |
MetadataConverterIF |
InvCatalogFactory.getMetadataConverter(String key)
Find the MetadataConverterIF registered for this key |
Methods in thredds.catalog with parameters of type MetadataConverterIF | |
---|---|
void |
InvCatalogFactory.registerMetadataConverter(String key,
MetadataConverterIF converter)
Register metadata converters for reading metadata objects of a certain type or namespace. |
Constructors in thredds.catalog with parameters of type MetadataConverterIF | |
---|---|
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. |
Uses of MetadataConverterIF in thredds.catalog.parser.jdom |
---|
Classes in thredds.catalog.parser.jdom that implement MetadataConverterIF | |
---|---|
class |
InvCatalogFactory10
Inventory Catalog parser, version 1.0. |
Methods in thredds.catalog.parser.jdom with parameters of type MetadataConverterIF | |
---|---|
void |
InvCatalogFactory10.registerMetadataConverter(MetadataType type,
MetadataConverterIF converter)
|
Uses of MetadataConverterIF in thredds.cataloggen.config |
---|
Classes in thredds.cataloggen.config that implement MetadataConverterIF | |
---|---|
class |
CatGenConfigMetadataFactory
Title: Catalog Generator |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |