public interface StationProfileFeature extends ucar.nc2.ft.point.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, getWmoIdgetAltitude, getLatitude, getLatLon, getLongitude, isMissinggetCollectionIteratorgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnitint size()
size in interface DsgFeatureCollectionStationProfileFeature subset(CalendarDateRange dateRange) throws java.io.IOException
dateRange - only points in this date range. may be null.java.io.IOException - on read errorjava.util.List<CalendarDate> getTimes() throws java.io.IOException
java.io.IOException - on read errorProfileFeature 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 ucar.nc2.ft.point.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