public static class StationProfileFeatureImpl.StationProfileFeatureSubset extends StationProfileFeatureImpl
StationProfileFeatureImpl.StationProfileFeatureSubsetlocalIterator, station, timeSeriesNptscollectionFeatureType| Constructor and Description |
|---|
StationProfileFeatureSubset(StationProfileFeatureImpl from,
CalendarDateRange filter_date) |
| Modifier and Type | Method and Description |
|---|---|
IOIterator<PointFeatureCollection> |
getCollectionIterator()
General way to handle iterations on all classes that implement this interface.
|
StructureData |
getFeatureData()
The data associated with the StationProfile feature.
|
PointFeatureCollectionIterator |
getPointFeatureCollectionIterator() |
ProfileFeature |
getProfileByDate(CalendarDate date)
Get a particular profile by date.
|
java.util.List<CalendarDate> |
getTimes()
Get the list of times in the time series of profiles.
|
compareTo, equals, getAltitude, getDescription, getLatitude, getLatLon, getLongitude, getName, getNobs, getWmoId, hashCode, hasNext, isMissing, iterator, next, resetIteration, size, subset, subsetgetCollectionFeatureTypegetAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCoordinateVariables, getExtraVariables, getInfo, getTimeName, getTimeUnitclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcreategetAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getTimeName, getTimeUnitpublic StationProfileFeatureSubset(StationProfileFeatureImpl from, CalendarDateRange filter_date)
@Nonnull public StructureData getFeatureData() throws java.io.IOException
StationProfileFeaturejava.io.IOException - on i/o errorpublic java.util.List<CalendarDate> getTimes()
StationProfileFeaturepublic ProfileFeature getProfileByDate(CalendarDate date) throws java.io.IOException
StationProfileFeaturedate - get profile matching this date.java.io.IOException - on read errorpublic IOIterator<PointFeatureCollection> getCollectionIterator() throws java.io.IOException
PointFeatureCCjava.io.IOExceptionpublic PointFeatureCollectionIterator getPointFeatureCollectionIterator() throws java.io.IOException
java.io.IOException