|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StationProfileFeature
Time series of ProfileFeature at named locations.
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface ucar.unidata.geoloc.Station |
|---|
getDescription, getName, getWmoId |
| Methods inherited from interface ucar.unidata.geoloc.EarthLocation |
|---|
getAltitude, getLatitude, getLatLon, getLongitude, isMissing |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface ucar.nc2.ft.NestedPointFeatureCollection |
|---|
flatten, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, isMultipleNested, subset |
| Methods inherited from interface ucar.nc2.ft.FeatureCollection |
|---|
getCollectionFeatureType, getName |
| Method Detail |
|---|
boolean hasNext()
throws IOException
IOException - on read error
ProfileFeature next()
throws IOException
IOException - on read error
void 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 error
List<Date> getTimes()
throws IOException
IOException - on read error
ProfileFeature getProfileByDate(Date date)
throws IOException
date - get profile matching this date.
IOException - on read error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||