public interface StationTimeSeriesFeature extends Station, PointFeatureCollection
| Modifier and Type | Method and Description |
|---|---|
int |
size()
The number of points in the time series.
|
StationTimeSeriesFeature |
subset(DateRange dateRange)
Subset this collection by dateRange
|
getDescription, getName, getWmoIdgetAltitude, getLatitude, getLatLon, getLongitude, isMissingcalcBounds, finish, getBoundingBox, getDateRange, getPointFeatureIterator, hasNext, next, resetIteration, setBoundingBox, setDateRange, setSize, subsetgetCollectionFeatureType, getNameint size()
size in interface PointFeatureCollectionStationTimeSeriesFeature subset(DateRange dateRange) throws java.io.IOException
dateRange - only points in this date range. may be null.java.io.IOException - on read error