| Package | Description |
|---|---|
| org.locationtech.jtslab.geom.util |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
GeometryEditorEx.CoordinateOperation |
A
GeometryEditorEx.GeometryEditorOperation which edits the coordinate list of a Geometry. |
static class |
GeometryEditorEx.CoordinateSequenceOperation |
|
static class |
GeometryEditorEx.NoOpGeometryOperation |
A GeometryEditorOperation which does not modify
the input geometry.
|
| Constructor | Description |
|---|---|
GeometryEditorEx(GeometryEditorEx.GeometryEditorOperation operation) |
Creates a GeometryEditor which edits geometries using
a given
GeometryOperation
and the same GeometryFactory as the input Geometry. |
GeometryEditorEx(GeometryEditorEx.GeometryEditorOperation operation,
GeometryFactory targetFactory) |
Creates a GeometryEditor which edits geometries using
a given
GeometryOperation
and the given GeometryFactory. |
Copyright © 2018. All rights reserved.