|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.ft.point.PointIteratorAbstract
ucar.nc2.ft.point.remote.RemotePointFeatureIterator
public class RemotePointFeatureIterator
Describe
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.nc2.ft.point.PointIteratorAbstract |
|---|
PointIteratorAbstract.Filter |
| Field Summary |
|---|
| Fields inherited from class ucar.nc2.ft.point.PointIteratorAbstract |
|---|
calcBounds, collection |
| Method Summary | |
|---|---|
void |
finish()
Make sure that the iterator is complete, and recover resources. |
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 ucar.nc2.ft.point.PointIteratorAbstract |
|---|
calcBounds, finishCalcBounds, getBoundingBox, getCount, getDateRange, setCalculateBounds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void finish()
PointFeatureIterator
public boolean hasNext()
throws java.io.IOException
PointFeatureIterator
java.io.IOException - on i/o error
public PointFeature next()
throws java.io.IOException
PointFeatureIterator
java.io.IOException - on i/o errorpublic void setBufferSize(int bytes)
PointFeatureIterator
bytes - amount of memory in bytes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||