public interface StationTimeSeriesFeature extends StationFeature, PointFeatureCollection
Modifier and Type | Method and Description |
---|---|
StructureData |
getFeatureData()
The actual data of just this StationTimeSeries feature.
|
int |
size()
The number of points in the time series.
|
StationTimeSeriesFeature |
subset(CalendarDateRange dateRange)
Subset this collection by calendar dateRange
|
getDescription, getName, getNobs, getWmoId
create, getAltitude, getLatitude, getLatLon, getLongitude, isMissing
finish, getPointFeatureIterator, hasNext, next, resetIteration, subset
getAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit
int size()
size
in interface DsgFeatureCollection
StationTimeSeriesFeature subset(CalendarDateRange dateRange)
dateRange
- only points in this date range. may be null.@Nonnull StructureData getFeatureData() throws java.io.IOException
getFeatureData
in interface StationFeature
java.io.IOException
- on i/o error