public interface TypedDataset
Modifier and Type | Method and Description |
---|---|
void |
close()
Close all resources associated with this dataset.
|
Attribute |
findGlobalAttributeIgnoreCase(String name) |
LatLonRect |
getBoundingBox() |
VariableSimpleIF |
getDataVariable(String shortName)
Get the named data Variable.
|
List<VariableSimpleIF> |
getDataVariables()
The data Variables available in this dataset.
|
String |
getDescription() |
String |
getDetailInfo() |
Date |
getEndDate() |
List<Attribute> |
getGlobalAttributes()
List of global attributes.
|
String |
getLocationURI() |
NetcdfFile |
getNetcdfFile() |
Date |
getStartDate() |
String |
getTitle() |
String getTitle()
String getDescription()
String getLocationURI()
Date getStartDate()
Date getEndDate()
LatLonRect getBoundingBox()
List<Attribute> getGlobalAttributes()
Attribute findGlobalAttributeIgnoreCase(String name)
name
- attribute nameList<VariableSimpleIF> getDataVariables()
VariableSimpleIF getDataVariable(String shortName)
shortName
- of data Variable.NetcdfFile getNetcdfFile()
void close() throws IOException
IOException
- on I/O errorString getDetailInfo()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.