|
||||||||||
| 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(java.lang.String key)
Find the MetadataConverterIF registered for this key |
| Methods in thredds.catalog with parameters of type MetadataConverterIF | |
|---|---|
void |
InvCatalogFactory.registerMetadataConverter(java.lang.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,
java.lang.String mtype,
java.lang.String namespaceURI,
java.lang.String namespacePrefix,
boolean inherited,
boolean isThreddsMetadata,
MetadataConverterIF converter,
java.lang.Object contentObject)
Constructor for elements with inline content. |
|
InvMetadata(InvDataset dataset,
java.lang.String xlinkHref,
java.lang.String title,
java.lang.String type,
java.lang.String namespaceURI,
java.lang.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 | |||||||||