public interface TypedDataset
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close all resources associated with this dataset.
|
Attribute |
findGlobalAttributeIgnoreCase(java.lang.String name) |
LatLonRect |
getBoundingBox() |
VariableSimpleIF |
getDataVariable(java.lang.String shortName)
Get the named data Variable.
|
java.util.List<VariableSimpleIF> |
getDataVariables()
The data Variables available in this dataset.
|
java.lang.String |
getDescription() |
java.lang.String |
getDetailInfo() |
java.util.Date |
getEndDate() |
java.util.List<Attribute> |
getGlobalAttributes()
List of global attributes.
|
java.lang.String |
getLocationURI() |
NetcdfFile |
getNetcdfFile() |
java.util.Date |
getStartDate() |
java.lang.String |
getTitle() |
java.lang.String getTitle()
java.lang.String getDescription()
java.lang.String getLocationURI()
java.util.Date getStartDate()
java.util.Date getEndDate()
LatLonRect getBoundingBox()
java.util.List<Attribute> getGlobalAttributes()
Attribute findGlobalAttributeIgnoreCase(java.lang.String name)
name - attribute namejava.util.List<VariableSimpleIF> getDataVariables()
VariableSimpleIF getDataVariable(java.lang.String shortName)
shortName - of data Variable.NetcdfFile getNetcdfFile()
void close()
throws java.io.IOException
java.io.IOException - on I/O errorjava.lang.String getDetailInfo()