public interface StationProfileFeature extends StationFeature, NestedPointFeatureCollection
| Modifier and Type | Method and Description |
|---|---|
ProfileFeature |
getProfileByDate(java.util.Date date)
Get a particular profile by date.
|
java.util.List<java.util.Date> |
getTimes()
Get the list of times in the time series of profiles.
|
boolean |
hasNext()
Use the internal iterator to check if there is another ProfileFeature in the iteration.
|
ProfileFeature |
next()
Use the internal iterator to get the next ProfileFeature in the iteration.
|
void |
resetIteration()
Reset the internal iterator for another iteration over the ProfileFeature in this Collection.
|
int |
size()
The number of profiles in the time series.
|
StationProfileFeature |
subset(DateRange dateRange)
Subset this collection by dateRange
|
getFeatureDatagetDescription, getName, getNobs, getWmoIdgetAltitude, getLatitude, getLatLon, getLongitude, isMissingflatten, flatten, getAltUnits, getExtraVariables, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, getTimeUnit, isMultipleNested, subsetgetCollectionFeatureType, getNameboolean hasNext()
throws java.io.IOException
java.io.IOException - on read errorProfileFeature next() throws java.io.IOException
java.io.IOException - on read errorvoid resetIteration()
throws java.io.IOException
java.io.IOException - on read errorint size()
size in interface NestedPointFeatureCollectionStationProfileFeature subset(DateRange dateRange) throws java.io.IOException
dateRange - only points in this date range. may be null.java.io.IOException - on read errorjava.util.List<java.util.Date> getTimes()
throws java.io.IOException
java.io.IOException - on read errorProfileFeature getProfileByDate(java.util.Date date) throws java.io.IOException
date - get profile matching this date.java.io.IOException - on read error