| Package | Description |
|---|---|
| org.locationtech.jtslab.geom.util |
| Modifier and Type | Class and 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 and 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,
org.locationtech.jts.geom.GeometryFactory targetFactory)
Creates a GeometryEditor which edits geometries using
a given
GeometryOperation
and the given GeometryFactory. |
Copyright © 2021. All rights reserved.