Uses of Interface
thredds.catalog2.DatasetNode

Packages that use DatasetNode
thredds.catalog2   
 

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(java.lang.String id)
           
 DatasetNode Catalog.findDatasetByIdGlobally(java.lang.String id)
           
 DatasetNode DatasetNode.getDatasetById(java.lang.String id)
           
 DatasetNode Catalog.getDatasetById(java.lang.String id)
           
 DatasetNode DatasetNode.getParent()
           
 

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