public static class GeometryEditorEx.NoOpGeometryOperation extends Object implements GeometryEditorEx.GeometryEditorOperation
| Constructor and Description |
|---|
NoOpGeometryOperation() |
| 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.
|
public org.locationtech.jts.geom.Geometry edit(org.locationtech.jts.geom.Geometry geometry,
org.locationtech.jts.geom.GeometryFactory targetFactory)
GeometryEditorEx.GeometryEditorOperationnull if the geometry is to be deleted.edit in interface GeometryEditorEx.GeometryEditorOperationgeometry - the Geometry to modifyCopyright © 2022. All rights reserved.