public interface StationTimeSeriesFeature extends ucar.nc2.ft.point.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, getWmoIdgetAltitude, getLatitude, getLatLon, getLongitude, isMissingfinish, getPointFeatureIterator, hasNext, next, resetIteration, subsetgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnitint size()
size in interface DsgFeatureCollectionStationTimeSeriesFeature subset(CalendarDateRange dateRange) throws java.io.IOException
dateRange - only points in this date range. may be null.java.io.IOException - on read error@Nonnull StructureData getFeatureData() throws java.io.IOException
getFeatureData in interface ucar.nc2.ft.point.StationFeaturejava.io.IOException - on i/o error