public static class GeometryEditor.NoOpGeometryOperation extends Objectimplements GeometryEditor .GeometryEditorOperation
| Constructor and Description |
|---|
NoOpGeometryOperation()
|
| Modifier and Type | Method and Description |
|---|---|
Geometry |
edit(Geometry
Edits a Geometry by returning a new Geometry with a modification.
|
public Geometryedit(Geometry geometry, GeometryFactory factory)
GeometryEditor.GeometryEditorOperation
null if the geometry is to be deleted.edit in interface
GeometryEditor.GeometryEditorOperation
geometry - the Geometry to modify
factory - the factory with which to construct the modified Geometry (may be different to the factory of the input geometry)