public abstract class PointObsDatasetImpl extends TypedDatasetImpl implements PointObsDataset
| Modifier and Type | Field and Description |
|---|---|
protected DateFormatter |
formatter
Deprecated.
|
protected DateUnit |
timeUnit
Deprecated.
|
boundingBox, dataVariables, desc, endDate, location, ncfile, parseInfo, startDate, title| Constructor and Description |
|---|
PointObsDatasetImpl()
Deprecated.
|
PointObsDatasetImpl(NetcdfDataset ncfile)
Deprecated.
|
PointObsDatasetImpl(String title,
String description,
String location)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getData()
Deprecated.
Get all data.
|
List |
getData(LatLonRect boundingBox)
Deprecated.
Get all data within the specified bounding box.
|
List |
getData(LatLonRect boundingBox,
Date start,
Date end)
Deprecated.
Get all data within the specified bounding box and date range.
|
Class |
getDataClass()
Deprecated.
The getData() methods return objects of this Class
|
String |
getDetailInfo()
Deprecated.
|
protected static double |
getMetersConversionFactor(String unitsString)
Deprecated.
Get conversion factor for this unit into meters.
|
FeatureType |
getScientificDataType()
Deprecated.
|
protected double |
getTime(Variable timeVar,
StructureData sdata)
Deprecated.
|
DateUnit |
getTimeUnits()
Deprecated.
Get the units of Calendar time.
|
protected abstract void |
setTimeUnits()
Deprecated.
|
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocation, getLocationURI, getNetcdfFile, getStartDate, getTitle, removeDataVariable, setBoundingBox, setDescription, setEndDate, setLocationURI, setStartDate, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitlegetData, getData, getData, getDataCount, getDataIteratorprotected DateUnit timeUnit
protected DateFormatter formatter
public PointObsDatasetImpl()
public PointObsDatasetImpl(String title, String description, String location)
public PointObsDatasetImpl(NetcdfDataset ncfile)
protected static double getMetersConversionFactor(String unitsString) throws Exception
unitsString - unit you want to convertException - if not valid unit, or not convertible to metersprotected abstract void setTimeUnits()
public String getDetailInfo()
getDetailInfo in interface TypedDatasetgetDetailInfo in class TypedDatasetImplpublic FeatureType getScientificDataType()
public Class getDataClass()
PointCollectiongetDataClass in interface PointCollectionpublic DateUnit getTimeUnits()
PointCollectiongetTimeUnits in interface PointCollectionpublic List getData() throws IOException
PointCollectiongetData in interface PointCollectionIOException - on io erroras a (possibly) more efficient alternativepublic List getData(LatLonRect boundingBox) throws IOException
PointCollectiongetData in interface PointCollectionboundingBox - restrict data to this bounding noxIOException - on io erroras a (possibly) more efficient alternativepublic List getData(LatLonRect boundingBox, Date start, Date end) throws IOException
PointCollectiongetData in interface PointCollectionboundingBox - restrict data to this bounding noxstart - restrict data to after this timeend - restrict data to before this timeIOException - on io erroras a (possibly) more efficient alternativeprotected double getTime(Variable timeVar, StructureData sdata) throws ParseException
ParseExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.