public interface StationTimeSeriesFeature extends Station, PointFeatureCollection
| Modifier and Type | Method and Description |
|---|---|
int |
size()
The number of points in the time series.
|
StationTimeSeriesFeature |
subset(CalendarDateRange dateRange)
Subset this collection by calendar dateRange
|
StationTimeSeriesFeature |
subset(DateRange dateRange)
Deprecated.
use subset(CalendarDateRange dateRange)
|
getDescription, getName, getWmoIdgetAltitude, getLatitude, getLatLon, getLongitude, isMissingcompareTocalcBounds, finish, getBoundingBox, getCalendarDateRange, getDateRange, getPointFeatureIterator, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, subset, subsetgetCollectionFeatureType, getNameint size()
size in interface PointFeatureCollectionStationTimeSeriesFeature subset(DateRange dateRange) throws IOException
IOExceptionStationTimeSeriesFeature subset(CalendarDateRange dateRange) throws IOException
dateRange - only points in this date range. may be null.IOException - on read errorCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.