@Immutable public class DatasetNode extends Object
Modifier and Type | Method and Description |
---|---|
Dataset |
findDatasetByName(String name) |
Object |
get(String key) |
List<Dataset> |
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.
|
List<Dataset> |
getDatasetsLocal()
Get top level datasets contained directly in this catalog.
|
List<Dataset> |
getDatasetsLogical()
Get top level datasets logically contained in this catalog.
|
Iterable<Map.Entry<String,Object>> |
getFldIterator() |
List |
getLocalFieldAsList(String fldName) |
String |
getName() |
DatasetNode |
getParent() |
Catalog |
getParentCatalog() |
Dataset |
getParentDataset() |
boolean |
hasNestedDatasets() |
public DatasetNode getParent()
public String getName()
public List<Dataset> getDatasetsLocal()
public List<Dataset> getDatasets()
public List<Dataset> getDatasetsLogical()
public boolean hasNestedDatasets()
public Catalog getParentCatalog()
public Dataset getParentDataset()