public static interface GeometryEditor.GeometryEditorOperation
| Modifier and Type | Method and Description |
|---|---|
Geometry |
edit(Geometry geometry,
GeometryFactory factory)
Edits a Geometry by returning a new Geometry with a modification.
|
Geometry edit(Geometry geometry, GeometryFactory factory)
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 © 2024. All rights reserved.