Package thredds.client.catalog
Class DatasetNode
java.lang.Object
thredds.client.catalog.DatasetNode
node in a tree of datasets, superclass of Catalog and Dataset
- Since:
- 1/8/2015
-
Method Summary
Modifier and TypeMethodDescriptionfindDatasetByName(String name) Get top level datasets contained in this catalog, or if its a catref, get the datasets in the referenced catalog only if already read in.Get top level datasets contained directly in this catalog.Get top level datasets logically contained in this catalog.getLocalFieldAsList(String fldName) getName()boolean
-
Method Details
-
getFldIterator
-
get
-
getParent
-
getName
-
getDatasetsLocal
Get top level datasets contained directly in this catalog. Do not dereference catRefs. -
getDatasets
Get top level datasets contained in this catalog, or if its a catref, get the datasets in the referenced catalog only if already read in. -
getDatasetsLogical
Get top level datasets logically contained in this catalog. If this is a catalogRef, read it in. -
findDatasetByName
-
hasNestedDatasets
public boolean hasNestedDatasets() -
getParentCatalog
-
getParentDataset
-
getLocalFieldAsList
-