Uses of Class
thredds.catalog.InvDataset

Packages that use InvDataset
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
 

Uses of InvDataset in thredds.catalog
 

Subclasses of InvDataset in thredds.catalog
 class InvCatalogRef
          A reference to a InvCatalog.
 class InvDatasetFmrc
          InvDatasetFmrc represents an element in a TDS catalog.
 class InvDatasetImpl
          Concrete implementation of a thredds Dataset, for reading and writing from XML.
 class InvDatasetImplProxy
          Proxy an InvDatasetImpl to another InvDatasetImpl.
 class InvDatasetScan
          Represents server-side information on how to scan a collection of datasets for catalog generation.
 

Methods in thredds.catalog that return InvDataset
 InvDataset InvCatalog.findDatasetByID(java.lang.String id)
          Find a contained dataset by its ID.
 InvDataset InvAccess.getDataset()
           
 InvDataset InvCatalog.getDataset()
          Deprecated. use getDatasets()
 InvDataset InvCatalogRef.getParent()
           
 InvDataset InvDataset.getParent()
          Get parent dataset.
 InvDataset InvDatasetImplProxy.getParent()
           
 InvDataset InvMetadata.getParentDataset()
          Get the parent dataset of this InvMetadata
 InvDataset InvDatasetImpl.getParentReal()
          Get real parent dataset, no proxies
 

Methods in thredds.catalog that return types with arguments of type InvDataset
 java.util.List<InvDataset> InvCatalog.getDatasets()
          Get top-level datasets.
 java.util.List<InvDataset> InvCatalogRef.getDatasets()
           
 java.util.List<InvDataset> InvDataset.getDatasets()
          Get a list of all the nested datasets.
 java.util.List<InvDataset> InvDatasetFmrc.getDatasets()
           
 java.util.List<InvDataset> InvDatasetImplProxy.getDatasets()
           
 

Methods in thredds.catalog with parameters of type InvDataset
abstract  int DatasetFilter.accept(InvDataset d)
          Decision function as to whether to accept this dataset or not.
 int DatasetFilter.ByServiceType.accept(InvDataset d)
           
 int DatasetFilter.ByDataType.accept(InvDataset d)
           
 java.lang.Object MetadataConverterIF.readMetadataContent(InvDataset dataset, org.jdom.Element mdataElement)
          Create an InvMetadata content object from an org.jdom.Element.
 java.lang.Object MetadataConverterIF.readMetadataContentFromURL(InvDataset dataset, java.net.URI uri)
          Create an InvMetadata content object from an XML document at a named URL.
static java.lang.String InvDatasetImpl.resolve(InvDataset ds, java.lang.String href)
          resolve reletive URLS against the catalog URL.
abstract  void InvCatalog.subset(InvDataset dataset)
          Munge this catalog so the given dataset is the top catalog.
 void InvCatalogImpl.subset(InvDataset ds)
          Munge this catalog so the given dataset is the top catalog.
 

Constructors in thredds.catalog with parameters of type InvDataset
InvAccessImpl(InvDataset dataset, java.lang.String urlPath, InvService service)
          Construct from an existing InvService.
InvAccessImpl(InvDataset dataset, java.lang.String urlPath, java.lang.String serviceName, java.lang.String typeName, java.lang.String dataFormatName, double dataSize)
          Construct from fields in XML catalog.
InvDatasetImpl(InvDataset parent, java.lang.String name)
           
InvMetadata(InvDataset dataset, boolean inherited, ThreddsMetadata tm)
          Constructor using an existing ThreddsMetadata object.
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.