|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProfileFeatureCollection
A collection of ProfileFeature.
| Method Summary | |
|---|---|
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 ProfileFeatures in this Collection. |
ProfileFeatureCollection |
subset(ucar.unidata.geoloc.LatLonRect boundingBox)
Subset this collection by boundingBox |
| Methods inherited from interface ucar.nc2.ft.NestedPointFeatureCollection |
|---|
flatten, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, isMultipleNested, size |
| Methods inherited from interface ucar.nc2.ft.FeatureCollection |
|---|
getCollectionFeatureType, getName |
| Method Detail |
|---|
boolean hasNext()
throws java.io.IOException
java.io.IOException - on read error
ProfileFeature next()
throws java.io.IOException
java.io.IOException - on read error
void resetIteration()
throws java.io.IOException
java.io.IOException - on read error
ProfileFeatureCollection subset(ucar.unidata.geoloc.LatLonRect boundingBox)
throws java.io.IOException
subset in interface NestedPointFeatureCollectionboundingBox - want only profiles in this lat/lon bounding box.
java.io.IOException - on read error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||