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