Uses of Class
thredds.catalog.MetadataType

Packages that use MetadataType
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.parser.jdom   
 

Uses of MetadataType in thredds.catalog
 

Fields in thredds.catalog declared as MetadataType
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
           
 

Methods in thredds.catalog that return MetadataType
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.
 

Methods in thredds.catalog that return types with arguments of type MetadataType
static Collection<MetadataType> MetadataType.getAllTypes()
          Get all MetadataType objects
 

Methods in thredds.catalog with parameters of type MetadataType
 List<InvMetadata> InvDatasetImplProxy.getMetadata(MetadataType p0)
           
 List<InvMetadata> InvCatalogRef.getMetadata(MetadataType p0)
           
 List<InvMetadata> InvDataset.getMetadata(MetadataType want)
          Get the metadata elements of the specified type.
 

Uses of MetadataType in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom with parameters of type MetadataType
 void InvCatalogFactory10.registerMetadataConverter(MetadataType type, MetadataConverterIF converter)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.