public abstract class GeometryCursor extends Object
| Constructor and Description |
|---|
GeometryCursor() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getGeometryID()
Returns the ID of the current geometry.
|
abstract Geometry |
next()
Moves the cursor to the next Geometry.
|
boolean |
tock()
Executes a unit of work on the cursor.
|
public abstract Geometry next()
public abstract int getGeometryID()
public boolean tock()
Copyright © 2018. All rights reserved.