|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SectionFeature
A collection of profiles which originate along a trajectory.
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 ProfileFeature in this Collection. |
int |
size()
The number of profiles along the trajectory. |
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 |
---|
int size()
size
in interface NestedPointFeatureCollection
boolean hasNext() throws IOException
IOException
- on read errorProfileFeature next() throws IOException
IOException
- on read errorvoid resetIteration() throws IOException
IOException
- on read error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |