|
||||||||||
| 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(java.lang.String name)
Return the global attribute with the given name, ingnoring case. |
LatLonRect |
getBoundingBox()
The boundingBox for the entire dataset. |
VariableSimpleIF |
getDataVariable(java.lang.String shortName)
Get the named data Variable. |
java.util.List |
getDataVariables()
The data Variables available in this dataset. |
java.lang.String |
getDescription()
Text information about this dataset. |
java.lang.String |
getDetailInfo()
Show debug / underlying implementation details |
java.util.Date |
getEndDate()
End date for the entire dataset. |
java.util.List |
getGlobalAttributes()
List of global attributes. |
java.lang.String |
getLocationURI()
The URI location of the dataset |
NetcdfFile |
getNetcdfFile()
Return underlying NetcdfFile, or null if none. |
java.util.Date |
getStartDate()
Start date for the entire dataset. |
java.lang.String |
getTitle()
Title of the dataset. |
| Method Detail |
|---|
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 getGlobalAttributes()
Attribute findGlobalAttributeIgnoreCase(java.lang.String name)
java.util.List getDataVariables()
VariableSimpleIF getDataVariable(java.lang.String shortName)
shortName - of data Variable.
NetcdfFile getNetcdfFile()
void close()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getDetailInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||