public class AddeStationObsDataset extends StationObsDatasetImpl
stationHelper, stationsformatter, timeUnitboundingBox, dataVariables, desc, endDate, location, ncfile, parseInfo, startDate, title| Constructor and Description |
|---|
AddeStationObsDataset(InvAccess access,
CancelTask cancelTask)
Open an ADDE Station Dataset from an InvAccess, which must be type ADDE and Station.
|
AddeStationObsDataset(String location,
CancelTask cancelTask)
Open an ADDE Station Dataset.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getData(CancelTask cancel) |
List |
getData(LatLonRect boundingBox,
CancelTask cancel) |
List |
getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel) |
List |
getData(List stations,
CancelTask cancel) |
List |
getData(List stations,
Date start,
Date end,
CancelTask cancel) |
List |
getData(Station s,
CancelTask cancel) |
List |
getData(Station s,
Date start,
Date end,
CancelTask cancel) |
int |
getDataCount() |
DataIterator |
getDataIterator(int bufferSize) |
int |
getStationDataCount(Station s) |
List |
getStations(CancelTask cancel) |
static void |
main(String[] args) |
protected void |
setBoundingBox() |
protected void |
setEndDate() |
protected void |
setStartDate() |
protected void |
setTimeUnits() |
getData, getData, getData, getData, getDataClass, getDataIterator, getDataIterator, getDetailInfo, getScientificDataType, getStation, getStations, getStations, getStations, sortByTimegetData, getData, getData, getMetersConversionFactor, getTime, getTimeUnitsclose, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocation, getLocationURI, getNetcdfFile, getStartDate, getTitle, removeDataVariable, setDescription, setLocationURI, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitlegetData, getData, getData, getTimeUnitspublic AddeStationObsDataset(InvAccess access, CancelTask cancelTask) throws IOException
access - open Invdataset from this access.IOExceptionpublic AddeStationObsDataset(String location, CancelTask cancelTask) throws IOException
location - location of file. This is a URL string, or a local pathname.IOExceptionprotected void setTimeUnits()
setTimeUnits in class PointObsDatasetImplprotected void setStartDate()
setStartDate in class TypedDatasetImplprotected void setEndDate()
setEndDate in class TypedDatasetImplprotected void setBoundingBox()
setBoundingBox in class TypedDatasetImplpublic List getStations(CancelTask cancel) throws IOException
getStations in interface StationCollectiongetStations in class StationObsDatasetImplIOExceptionpublic int getStationDataCount(Station s)
getStationDataCount in interface StationCollectiongetStationDataCount in class StationObsDatasetImplpublic List getData(CancelTask cancel) throws IOException
IOExceptionpublic int getDataCount()
public List getData(Station s, CancelTask cancel) throws IOException
IOExceptionpublic List getData(Station s, Date start, Date end, CancelTask cancel) throws IOException
getData in interface StationCollectiongetData in class StationObsDatasetImplIOExceptionpublic List getData(List stations, CancelTask cancel) throws IOException
getData in interface StationCollectiongetData in class StationObsDatasetImplIOExceptionpublic List getData(List stations, Date start, Date end, CancelTask cancel) throws IOException
getData in interface StationCollectiongetData in class StationObsDatasetImplIOExceptionpublic List getData(LatLonRect boundingBox, CancelTask cancel) throws IOException
getData in interface PointCollectiongetData in class StationObsDatasetImplIOExceptionpublic List getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel) throws IOException
getData in interface PointCollectiongetData in class StationObsDatasetImplIOExceptionpublic static void main(String[] args)
public DataIterator getDataIterator(int bufferSize) throws IOException
IOExceptionCopyright © 1999–2015 UCAR/Unidata. All rights reserved.