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