|
||||||||||
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)
|
LatLonRect |
getBoundingBox()
|
VariableSimpleIF |
getDataVariable(java.lang.String shortName)
Get the named data Variable. |
java.util.List<VariableSimpleIF> |
getDataVariables()
The data Variables available in this dataset. |
java.lang.String |
getDescription()
|
java.lang.String |
getDetailInfo()
|
java.util.Date |
getEndDate()
|
java.util.List<Attribute> |
getGlobalAttributes()
List of global attributes. |
java.lang.String |
getLocationURI()
|
NetcdfFile |
getNetcdfFile()
|
java.util.Date |
getStartDate()
|
java.lang.String |
getTitle()
|
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<Attribute> getGlobalAttributes()
Attribute findGlobalAttributeIgnoreCase(java.lang.String name)
name
- attribute name
java.util.List<VariableSimpleIF> getDataVariables()
VariableSimpleIF getDataVariable(java.lang.String shortName)
shortName
- of data Variable.
NetcdfFile getNetcdfFile()
void close() throws java.io.IOException
java.io.IOException
- on I/O errorjava.lang.String getDetailInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |