Interface GeometryEditor.GeometryEditorOperation
- Enclosing class:
GeometryEditor
public static interface GeometryEditor.GeometryEditorOperation
-
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.Geometryedit(org.locationtech.jts.geom.Geometry geometry) "Modifies" a Geometry by returning a new Geometry with a modification.
-
Method Details
-
edit
org.locationtech.jts.geom.Geometry edit(org.locationtech.jts.geom.Geometry geometry) "Modifies" a Geometry by returning a new Geometry with a modification. The returned Geometry might be the same as the Geometry passed in.
-