public class SimpleGeometryCursor extends GeometryCursor
Constructor and Description |
---|
SimpleGeometryCursor(Geometry geom) |
SimpleGeometryCursor(Geometry[] geoms) |
SimpleGeometryCursor(List<Geometry> geoms) |
Modifier and Type | Method and Description |
---|---|
int |
getGeometryID()
Returns the ID of the current geometry.
|
Geometry |
next()
Moves the cursor to the next Geometry.
|
tock
public SimpleGeometryCursor(Geometry geom)
public SimpleGeometryCursor(Geometry[] geoms)
public int getGeometryID()
GeometryCursor
getGeometryID
in class GeometryCursor
public Geometry next()
GeometryCursor
next
in class GeometryCursor
Copyright © 2018. All rights reserved.