public interface StationProfileFeature extends StationFeature, PointFeatureCC, java.lang.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.
|
java.util.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, getWmoIdcreate, getAltitude, getLatitude, getLatLon, getLongitude, isMissinggetCollectionIteratorgetAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnitint size()
size in interface DsgFeatureCollectionStationProfileFeature subset(CalendarDateRange dateRange)
dateRange - only points in this date range. may be null.java.util.List<CalendarDate> getTimes()
ProfileFeature getProfileByDate(CalendarDate date) throws java.io.IOException
date - get profile matching this date.java.io.IOException - on read error@Nonnull StructureData getFeatureData() throws java.io.IOException
getFeatureData in interface StationFeaturejava.io.IOException - on i/o errorboolean 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 errorPointFeatureCollectionIterator getPointFeatureCollectionIterator() throws java.io.IOException
java.io.IOException