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.
|
tock
public int getGeometryID()
GeometryCursor
getGeometryID
in class GeometryCursor
public Geometry next()
GeometryCursor
next
in class GeometryCursor
public void tick(Geometry geom)
geom
- The geometry to be pushed into the cursor.Copyright © 2018. All rights reserved.