|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.ft.point.PointIteratorAdapter
public class PointIteratorAdapter
Adapt a FeatureIterator to a PointFeatureIterator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface ucar.nc2.ft.PointFeatureIterator |
|---|
PointFeatureIterator.Filter |
| Method Summary | |
|---|---|
boolean |
hasNext()
Check if another PointFeature is available |
PointFeature |
next()
Returns the next PointFeature. |
void |
setBufferSize(int bytes)
Hint to use this much memory in buffering the iteration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setBufferSize(int bytes)
PointFeatureIterator
setBufferSize in interface PointFeatureIteratorbytes - amount of memory in bytes
public boolean hasNext()
throws java.io.IOException
PointFeatureIterator
hasNext in interface PointFeatureIteratorjava.io.IOException - on i/o error
public PointFeature next()
throws java.io.IOException
PointFeatureIterator
next in interface PointFeatureIteratorjava.io.IOException - on i/o error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||