public interface TypedDataset extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
Close all resources associated with this dataset.
|
ucar.nc2.Attribute |
findGlobalAttributeIgnoreCase(String name)
Deprecated.
|
ucar.unidata.geoloc.LatLonRect |
getBoundingBox()
Deprecated.
|
ucar.nc2.VariableSimpleIF |
getDataVariable(String shortName)
Deprecated.
Get the named data Variable.
|
List<ucar.nc2.VariableSimpleIF> |
getDataVariables()
Deprecated.
The data Variables available in this dataset.
|
String |
getDescription()
Deprecated.
|
String |
getDetailInfo()
Deprecated.
|
Date |
getEndDate()
Deprecated.
|
List<ucar.nc2.Attribute> |
getGlobalAttributes()
Deprecated.
List of global attributes.
|
String |
getLocationURI()
Deprecated.
|
ucar.nc2.NetcdfFile |
getNetcdfFile()
Deprecated.
|
Date |
getStartDate()
Deprecated.
|
String |
getTitle()
Deprecated.
|
String getTitle()
String getDescription()
String getLocationURI()
Date getStartDate()
Date getEndDate()
ucar.unidata.geoloc.LatLonRect getBoundingBox()
List<ucar.nc2.Attribute> getGlobalAttributes()
ucar.nc2.Attribute findGlobalAttributeIgnoreCase(String name)
name - attribute nameList<ucar.nc2.VariableSimpleIF> getDataVariables()
ucar.nc2.VariableSimpleIF getDataVariable(String shortName)
shortName - of data Variable.ucar.nc2.NetcdfFile getNetcdfFile()
void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOException - on I/O errorString getDetailInfo()