GeometryEditor.GeometryEditorOperationpublic static class GeometryEditor.NoOpGeometryOperation extends java.lang.Object implements GeometryEditor.GeometryEditorOperation
| Constructor | Description |
|---|---|
NoOpGeometryOperation() |
| Modifier and Type | Method | Description |
|---|---|---|
Geometry |
edit(Geometry geometry,
GeometryFactory factory) |
Edits a Geometry by returning a new Geometry with a modification.
|
public Geometry edit(Geometry geometry, GeometryFactory factory)
GeometryEditor.GeometryEditorOperationnull if the geometry is to be deleted.
edit in interface GeometryEditor.GeometryEditorOperationgeometry - the Geometry to modifyfactory - the factory with which to construct the modified Geometry
(may be different to the factory of the input geometry)Copyright © 2018. All rights reserved.