public interface StationProfileFeature extends StationFeature, PointFeatureCC, Iterable<ProfileFeature>
Modifier and Type | Method and Description |
---|---|
StructureData |
getFeatureData()
The data associated with the StationProfile feature.
|
PointFeatureCollectionIterator |
getPointFeatureCollectionIterator()
Deprecated.
use foreach
|
ProfileFeature |
getProfileByDate(CalendarDate date)
Get a particular profile by date.
|
List<CalendarDate> |
getTimes()
Get the list of times in the time series of profiles.
|
boolean |
hasNext()
Deprecated.
use foreach
|
ProfileFeature |
next()
Deprecated.
use foreach
|
void |
resetIteration()
Deprecated.
use foreach
|
int |
size()
The number of profiles in the time series.
|
StationProfileFeature |
subset(CalendarDateRange dateRange)
Subset this collection by dateRange
|
getDescription, getName, getNobs, getWmoId
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
compareTo
getCollectionIterator
getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit
forEach, iterator, spliterator
int size()
size
in interface DsgFeatureCollection
StationProfileFeature subset(CalendarDateRange dateRange) throws IOException
dateRange
- only points in this date range. may be null.IOException
- on read errorList<CalendarDate> getTimes() throws IOException
IOException
- on read errorProfileFeature getProfileByDate(CalendarDate date) throws IOException
date
- get profile matching this date.IOException
- on read error@Nonnull StructureData getFeatureData() throws IOException
getFeatureData
in interface StationFeature
IOException
- on i/o errorboolean hasNext() throws IOException
IOException
- on read errorProfileFeature next() throws IOException
IOException
- on read errorvoid resetIteration() throws IOException
IOException
- on read errorPointFeatureCollectionIterator getPointFeatureCollectionIterator() throws IOException
IOException