|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TypedDataset
Superclass for "scientific type" datasets. This interface defines general "discovery metadata". Its subtypes define type-specific information. Implementations may or may not have a NetcdfFile underneath.
| Method Summary | |
|---|---|
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()
|
| Method Detail |
|---|
String getTitle()
String getDescription()
String getLocationURI()
Date getStartDate()
Date getEndDate()
LatLonRect getBoundingBox()
List<Attribute> getGlobalAttributes()
Attribute findGlobalAttributeIgnoreCase(String name)
name - attribute name
List<VariableSimpleIF> getDataVariables()
VariableSimpleIF getDataVariable(String shortName)
shortName - of data Variable.
NetcdfFile getNetcdfFile()
void close()
throws IOException
IOException - on I/O errorString getDetailInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||