com.esri.core.geometry
public final class ListeningGeometryCursor extends GeometryCursor
| Constructor and Description |
|---|
ListeningGeometryCursor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getGeometryID()
Returns the ID of the current geometry.
|
Geometry |
next()
Moves the cursor to the next Geometry.
|
void |
tick(Geometry geom)
Call this method to add geometry to the cursor.
|
tockpublic int getGeometryID()
GeometryCursorgetGeometryID in class GeometryCursorpublic Geometry next()
GeometryCursornext in class GeometryCursorpublic void tick(Geometry geom)
geom - The geometry to be pushed into the cursor.Copyright © 2015. All Rights Reserved.