|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.dt.TypedDatasetImpl
public abstract class TypedDatasetImpl
Superclass for implementations of TypedDataset.
| Constructor Summary | |
|---|---|
TypedDatasetImpl()
No-arg constuctor |
|
TypedDatasetImpl(NetcdfDataset ncfile)
Construtor when theres a NetcdfFile underneath |
|
TypedDatasetImpl(java.lang.String title,
java.lang.String description,
java.lang.String location)
Constructor when theres no NetcdfFile underneath. |
|
| Method Summary | |
|---|---|
void |
close()
Close all resources associated with this dataset. |
Attribute |
findGlobalAttributeIgnoreCase(java.lang.String name)
|
ucar.unidata.geoloc.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 |
getLocation()
|
java.lang.String |
getLocationURI()
|
NetcdfFile |
getNetcdfFile()
|
java.util.Date |
getStartDate()
|
java.lang.String |
getTitle()
|
void |
setDescription(java.lang.String desc)
|
void |
setLocationURI(java.lang.String location)
|
void |
setTitle(java.lang.String title)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypedDatasetImpl()
public TypedDatasetImpl(java.lang.String title,
java.lang.String description,
java.lang.String location)
title - title of the dataset.description - description of the dataset.location - URI of the datasetpublic TypedDatasetImpl(NetcdfDataset ncfile)
ncfile - adapt this NetcdfDataset| Method Detail |
|---|
public void setTitle(java.lang.String title)
public void setDescription(java.lang.String desc)
public void setLocationURI(java.lang.String location)
public NetcdfFile getNetcdfFile()
getNetcdfFile in interface TypedDatasetpublic java.lang.String getTitle()
getTitle in interface TypedDatasetpublic java.lang.String getDescription()
getDescription in interface TypedDatasetpublic java.lang.String getLocationURI()
getLocationURI in interface TypedDatasetpublic java.lang.String getLocation()
public java.util.List<Attribute> getGlobalAttributes()
TypedDataset
getGlobalAttributes in interface TypedDatasetpublic Attribute findGlobalAttributeIgnoreCase(java.lang.String name)
findGlobalAttributeIgnoreCase in interface TypedDatasetname - attribute name
public void close()
throws java.io.IOException
TypedDataset
close in interface TypedDatasetjava.io.IOException - on I/O errorpublic java.lang.String getDetailInfo()
getDetailInfo in interface TypedDatasetpublic java.util.Date getStartDate()
getStartDate in interface TypedDatasetpublic java.util.Date getEndDate()
getEndDate in interface TypedDatasetpublic ucar.unidata.geoloc.LatLonRect getBoundingBox()
getBoundingBox in interface TypedDatasetpublic java.util.List<VariableSimpleIF> getDataVariables()
TypedDataset
getDataVariables in interface TypedDatasetpublic VariableSimpleIF getDataVariable(java.lang.String shortName)
TypedDataset
getDataVariable in interface TypedDatasetshortName - of data Variable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||