Uses of Class
thredds.catalog.InvDatasetImpl

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

Uses of InvDatasetImpl in thredds.catalog
 

Subclasses of InvDatasetImpl in thredds.catalog
 class InvCatalogRef
          A reference to a InvCatalog.
 class InvDatasetFmrc
          InvDatasetFmrc represents an element in a TDS catalog.
 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 InvDatasetImpl
 InvDatasetImpl InvCatalogRef.findDatasetByName(java.lang.String p0)
           
 InvDatasetImpl InvDataset.findDatasetByName(java.lang.String name)
          Find an immediate child dataset by its name.
 InvDatasetImpl InvDatasetImplProxy.findDatasetByName(java.lang.String p0)
           
 InvDatasetImpl InvCatalogRef.getProxyDataset()
          This triggers a read of the referenced catalog the first time its called.
 

Methods in thredds.catalog with parameters of type InvDatasetImpl
 void InvDatasetImpl.addDataset(int index, InvDatasetImpl ds)
          Add a nested dataset at the location indicated by index.
 void InvCatalogImpl.addDataset(InvDatasetImpl ds)
          Add Dataset (1.0)
 void InvDatasetImpl.addDataset(InvDatasetImpl ds)
          Add a nested dataset.
 void InvDatasetImplProxy.addDataset(InvDatasetImpl p0)
           
 void InvCatalogImpl.addDatasetByID(InvDatasetImpl ds)
          Add Dataset to internal hash.
 boolean InvCatalogImpl.removeDataset(InvDatasetImpl ds)
          Remove the given dataset from this catalog if it is a direct child of this catalog.
 boolean InvDatasetImpl.removeDataset(InvDatasetImpl ds)
          Remove the given dataset element from this dataset if it is in the dataset.
 boolean InvDatasetImplProxy.removeDataset(InvDatasetImpl p0)
           
 void InvCatalogImpl.removeDatasetByID(InvDatasetImpl ds)
          Find the dataset in this catalog by its ID.
 boolean InvCatalogImpl.replaceDataset(InvDatasetImpl remove, InvDatasetImpl add)
          Replace the given dataset if it is a nested dataset.
 boolean InvDatasetImpl.replaceDataset(InvDatasetImpl remove, InvDatasetImpl add)
          Replace the given dataset if it is a nesetd dataset.
 void InvCatalogImpl.setDataset(InvDatasetImpl ds)
          Deprecated. Use addDataset() instead; datamodel now allows multiple top level datasets.
 void InvDatasetImpl.setParent(InvDatasetImpl parent)
          Set the parent dataset.
 void InvDatasetImplProxy.setParent(InvDatasetImpl p0)
           
 void InvDatasetImpl.transferMetadata(InvDatasetImpl fromDs)
          Transfer all inheritable metadata from fromDs to the local metadata of this dataset.
static void InvDatasetImpl.writeHtmlDescription(java.lang.StringBuilder buff, InvDatasetImpl ds, boolean complete, boolean isServer, boolean datasetEvents, boolean catrefEvents)
          Deprecated. Instead use writeHtmlDescription(StringBuilder buff, InvDatasetImpl ds, boolean complete, boolean isServer, boolean datasetEvents, boolean catrefEvents, boolean resolveRelativeUrls)
static void InvDatasetImpl.writeHtmlDescription(java.lang.StringBuilder buff, InvDatasetImpl ds, boolean complete, boolean isServer, boolean datasetEvents, boolean catrefEvents, boolean resolveRelativeUrls)
          Write an Html representation of the given dataset.
 

Constructors in thredds.catalog with parameters of type InvDatasetImpl
InvCatalogRef(InvDatasetImpl parent, java.lang.String title, java.lang.String href)
          Constructor.
InvDatasetFmrc(InvDatasetImpl parent, java.lang.String name, java.lang.String path, boolean runsOnly)
           
InvDatasetImpl(InvDatasetImpl from)
          copy constructor
InvDatasetImpl(InvDatasetImpl parent, java.lang.String name, FeatureType dataType, java.lang.String serviceName, java.lang.String urlPath)
          Constructor from Catalog XML info.
InvDatasetImplProxy(java.lang.String aliasName, InvDatasetImpl proxy)
           
InvDatasetScan(InvCatalogImpl catalog, InvDatasetImpl parent, java.lang.String name, java.lang.String path, java.lang.String scanLocation, java.lang.String filter, boolean addDatasetSize, java.lang.String addLatest, boolean sortOrderIncreasing, java.lang.String datasetNameMatchPattern, java.lang.String startTimeSubstitutionPattern, java.lang.String duration)
           
InvDatasetScan(InvCatalogImpl catalog, InvDatasetImpl parent, java.lang.String name, java.lang.String path, java.lang.String scanLocation, java.lang.String filter, boolean addDatasetSize, java.lang.String addLatest, boolean sortOrderIncreasing, java.lang.String datasetNameMatchPattern, java.lang.String startTimeSubstitutionPattern, java.lang.String duration, long lastModifiedLimit)
          Constructor.
InvDatasetScan(InvDatasetImpl parent, java.lang.String name, java.lang.String path, java.lang.String scanLocation, java.lang.String id, InvDatasetScan from)
           
InvDatasetScan(InvDatasetImpl parent, java.lang.String name, java.lang.String path, java.lang.String scanLocation, java.lang.String configClassName, java.lang.Object configObj, thredds.crawlabledataset.CrawlableDatasetFilter filter, thredds.crawlabledataset.CrawlableDatasetLabeler identifier, thredds.crawlabledataset.CrawlableDatasetLabeler namer, boolean addDatasetSize, thredds.crawlabledataset.CrawlableDatasetSorter sorter, java.util.Map proxyDatasetHandlers, java.util.List childEnhancerList, thredds.cataloggen.CatalogRefExpander catalogRefExpander)