public interface StationTimeSeriesFeature extends StationFeature, PointFeatureCollection
| Modifier and Type | Method and Description |
|---|---|
StructureData |
getFeatureData()
The actual data of just this feature.
|
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, getNobs, getWmoIdgetAltitude, getLatitude, getLatLon, getLongitude, isMissingcalcBounds, finish, getAltUnits, getBoundingBox, getCalendarDateRange, getDateRange, getExtraVariables, getPointFeatureIterator, getTimeUnit, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, subset, subsetgetCollectionFeatureType, getNameint size()
size in interface PointFeatureCollectionStationTimeSeriesFeature subset(DateRange dateRange) throws java.io.IOException
java.io.IOExceptionStationTimeSeriesFeature subset(CalendarDateRange dateRange) throws java.io.IOException
dateRange - only points in this date range. may be null.java.io.IOException - on read errorStructureData getFeatureData() throws java.io.IOException
getFeatureData in interface StationFeaturejava.io.IOException - on i/o error