Uses of Interface
thredds.catalog2.DatasetNode

Packages that use DatasetNode
thredds.catalog2   
thredds.catalog2.builder   
 

Uses of DatasetNode in thredds.catalog2
 

Subinterfaces of DatasetNode in thredds.catalog2
 interface CatalogRef
          _more_
 interface Dataset
          _more_
 

Methods in thredds.catalog2 that return DatasetNode
 DatasetNode CatalogSearchHelper.findDatasetById(String id)
           
 DatasetNode Catalog.findDatasetByIdGlobally(String id)
           
 DatasetNode Catalog.getDatasetById(String id)
           
 DatasetNode DatasetNode.getDatasetById(String id)
           
 DatasetNode DatasetNode.getParent()
           
 

Methods in thredds.catalog2 that return types with arguments of type DatasetNode
 List<DatasetNode> Catalog.getDatasets()
           
 List<DatasetNode> DatasetNode.getDatasets()
           
 

Uses of DatasetNode in thredds.catalog2.builder
 

Methods in thredds.catalog2.builder that return DatasetNode
 DatasetNode DatasetNodeBuilder.build()
           
 



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