public static interface GeometryEditorEx.GeometryEditorOperation
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Geometry |
edit(org.locationtech.jts.geom.Geometry geometry,
org.locationtech.jts.geom.GeometryFactory targetFactory)
Edits a Geometry by returning a new Geometry with a modification.
|
org.locationtech.jts.geom.Geometry edit(org.locationtech.jts.geom.Geometry geometry,
org.locationtech.jts.geom.GeometryFactory targetFactory)
null if the geometry is to be deleted.geometry - the Geometry to modifyfactory - the factory with which to construct the modified Geometry
(may be different to the factory of the input geometry)Copyright © 2021. All rights reserved.