public interface StationProfileFeature extends StationFeature, NestedPointFeatureCollection
Modifier and Type | Method and Description |
---|---|
ProfileFeature |
getProfileByDate(Date date)
Get a particular profile by date.
|
List<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
|
getFeatureData
getDescription, getName, getNobs, getWmoId
getAltitude, getLatitude, getLatLon, getLongitude, isMissing
compareTo
flatten, flatten, getAltUnits, getExtraVariables, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, getTimeUnit, isMultipleNested, subset
getCollectionFeatureType, getName
boolean hasNext() throws IOException
IOException
- on read errorProfileFeature next() throws IOException
IOException
- on read errorvoid resetIteration() throws IOException
IOException
- on read errorint size()
size
in interface NestedPointFeatureCollection
StationProfileFeature subset(DateRange dateRange) throws IOException
dateRange
- only points in this date range. may be null.IOException
- on read errorList<Date> getTimes() throws IOException
IOException
- on read errorProfileFeature getProfileByDate(Date date) throws IOException
date
- get profile matching this date.IOException
- on read errorCopyright © 1999–2019 UCAR/Unidata. All rights reserved.