|
||||||||||
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)
|
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 NetcdfDatasetMethod 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 TypedDataset
public java.lang.String getTitle()
getTitle
in interface TypedDataset
public java.lang.String getDescription()
getDescription
in interface TypedDataset
public java.lang.String getLocationURI()
getLocationURI
in interface TypedDataset
public java.lang.String getLocation()
public java.util.List<Attribute> getGlobalAttributes()
TypedDataset
getGlobalAttributes
in interface TypedDataset
public Attribute findGlobalAttributeIgnoreCase(java.lang.String name)
findGlobalAttributeIgnoreCase
in interface TypedDataset
name
- attribute name
public void close() throws java.io.IOException
TypedDataset
close
in interface TypedDataset
java.io.IOException
- on I/O errorpublic java.lang.String getDetailInfo()
getDetailInfo
in interface TypedDataset
public java.util.Date getStartDate()
getStartDate
in interface TypedDataset
public java.util.Date getEndDate()
getEndDate
in interface TypedDataset
public LatLonRect getBoundingBox()
getBoundingBox
in interface TypedDataset
public java.util.List<VariableSimpleIF> getDataVariables()
TypedDataset
getDataVariables
in interface TypedDataset
public VariableSimpleIF getDataVariable(java.lang.String shortName)
TypedDataset
getDataVariable
in interface TypedDataset
shortName
- of data Variable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |