public abstract class TypedDatasetImpl extends Object implements TypedDataset
| Modifier and Type | Field and Description |
|---|---|
protected LatLonRect |
boundingBox
Deprecated.
|
protected List<VariableSimpleIF> |
dataVariables
Deprecated.
|
protected String |
desc
Deprecated.
|
protected Date |
endDate
Deprecated.
|
protected String |
location
Deprecated.
|
protected NetcdfDataset |
ncfile
Deprecated.
|
protected StringBuffer |
parseInfo
Deprecated.
|
protected Date |
startDate
Deprecated.
|
protected String |
title
Deprecated.
|
| Constructor and Description |
|---|
TypedDatasetImpl()
Deprecated.
No-arg constuctor
|
TypedDatasetImpl(NetcdfDataset ncfile)
Deprecated.
Construtor when theres a NetcdfFile underneath
|
TypedDatasetImpl(String title,
String description,
String location)
Deprecated.
Constructor when theres no NetcdfFile underneath.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
Close all resources associated with this dataset.
|
Attribute |
findGlobalAttributeIgnoreCase(String name)
Deprecated.
|
LatLonRect |
getBoundingBox()
Deprecated.
|
VariableSimpleIF |
getDataVariable(String shortName)
Deprecated.
Get the named data Variable.
|
List<VariableSimpleIF> |
getDataVariables()
Deprecated.
The data Variables available in this dataset.
|
String |
getDescription()
Deprecated.
|
String |
getDetailInfo()
Deprecated.
|
Date |
getEndDate()
Deprecated.
|
List<Attribute> |
getGlobalAttributes()
Deprecated.
List of global attributes.
|
String |
getLocation()
Deprecated.
|
String |
getLocationURI()
Deprecated.
|
NetcdfFile |
getNetcdfFile()
Deprecated.
|
Date |
getStartDate()
Deprecated.
|
String |
getTitle()
Deprecated.
|
protected void |
removeDataVariable(String varName)
Deprecated.
|
protected abstract void |
setBoundingBox()
Deprecated.
|
void |
setDescription(String desc)
Deprecated.
|
protected abstract void |
setEndDate()
Deprecated.
|
void |
setLocationURI(String location)
Deprecated.
|
protected abstract void |
setStartDate()
Deprecated.
|
void |
setTitle(String title)
Deprecated.
|
protected NetcdfDataset ncfile
protected String title
protected String desc
protected String location
protected Date startDate
protected Date endDate
protected LatLonRect boundingBox
protected List<VariableSimpleIF> dataVariables
protected StringBuffer parseInfo
public TypedDatasetImpl()
public TypedDatasetImpl(String title, String description, String location)
title - title of the dataset.description - description of the dataset.location - URI of the datasetpublic TypedDatasetImpl(NetcdfDataset ncfile)
ncfile - adapt this NetcdfDatasetpublic void setTitle(String title)
public void setDescription(String desc)
public void setLocationURI(String location)
protected abstract void setStartDate()
protected abstract void setEndDate()
protected abstract void setBoundingBox()
protected void removeDataVariable(String varName)
public NetcdfFile getNetcdfFile()
getNetcdfFile in interface TypedDatasetpublic String getTitle()
getTitle in interface TypedDatasetpublic String getDescription()
getDescription in interface TypedDatasetpublic String getLocationURI()
getLocationURI in interface TypedDatasetpublic String getLocation()
public List<Attribute> getGlobalAttributes()
TypedDatasetgetGlobalAttributes in interface TypedDatasetpublic Attribute findGlobalAttributeIgnoreCase(String name)
findGlobalAttributeIgnoreCase in interface TypedDatasetname - attribute namepublic void close()
throws IOException
TypedDatasetclose in interface TypedDatasetIOException - on I/O errorpublic String getDetailInfo()
getDetailInfo in interface TypedDatasetpublic Date getStartDate()
getStartDate in interface TypedDatasetpublic Date getEndDate()
getEndDate in interface TypedDatasetpublic LatLonRect getBoundingBox()
getBoundingBox in interface TypedDatasetpublic List<VariableSimpleIF> getDataVariables()
TypedDatasetgetDataVariables in interface TypedDatasetpublic VariableSimpleIF getDataVariable(String shortName)
TypedDatasetgetDataVariable in interface TypedDatasetshortName - of data Variable.Copyright © 1999–2014 UCAR/Unidata. All rights reserved.