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, getWmoId
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
compareTo
calcBounds, finish, getAltUnits, getBoundingBox, getCalendarDateRange, getDateRange, getExtraVariables, getPointFeatureIterator, getTimeUnit, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, subset, subset
getCollectionFeatureType, getName
int size()
size
in interface PointFeatureCollection
StationTimeSeriesFeature subset(DateRange dateRange) throws IOException
IOException
StationTimeSeriesFeature subset(CalendarDateRange dateRange) throws IOException
dateRange
- only points in this date range. may be null.IOException
- on read errorStructureData getFeatureData() throws IOException
getFeatureData
in interface StationFeature
IOException
- on i/o errorCopyright © 1999–2015 UCAR/Unidata. All rights reserved.