public static class StationTimeSeriesFeatureImpl.StationFeatureSubset extends StationTimeSeriesFeatureImpl
StationTimeSeriesFeatureImpl.StationFeatureSubset
PointCollectionImpl.PointCollectionSubset
s
altUnits, boundingBox, dateRange, extras, localIterator, name, npts, timeUnit
Constructor and Description |
---|
StationFeatureSubset(StationTimeSeriesFeatureImpl from,
CalendarDateRange filter_date) |
Modifier and Type | Method and Description |
---|---|
StructureData |
getFeatureData()
The actual data of just this feature.
|
PointFeatureIterator |
getPointFeatureIterator(int bufferSize)
Get an iterator over the PointFeatures of this collection.
|
compareTo, equals, getAltitude, getCollectionFeatureType, getDescription, getLatitude, getLatLon, getLongitude, getName, getTimeUnit, getWmoId, hashCode, isMissing, setNumberPoints, size, subset, subset, toString
calcBounds, finish, getAltUnits, getBoundingBox, getCalendarDateRange, getDateRange, getExtraVariables, getNobs, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, subset, subset
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
calcBounds, finish, getAltUnits, getBoundingBox, getCalendarDateRange, getDateRange, getExtraVariables, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, subset, subset
public StationFeatureSubset(StationTimeSeriesFeatureImpl from, CalendarDateRange filter_date)
public PointFeatureIterator getPointFeatureIterator(int bufferSize) throws java.io.IOException
PointFeatureCollection
bufferSize
- how many bytes can be used to buffer data, use -1 to use default.java.io.IOException
- on read errorpublic StructureData getFeatureData() throws java.io.IOException
StationTimeSeriesFeature
java.io.IOException
- on i/o error