Uses of Interface
org.locationtech.jtslab.geom.util.GeometryEditorEx.GeometryEditorOperation
-
Packages that use GeometryEditorEx.GeometryEditorOperation Package Description org.locationtech.jtslab.geom.util -
-
Uses of GeometryEditorEx.GeometryEditorOperation in org.locationtech.jtslab.geom.util
Classes in org.locationtech.jtslab.geom.util that implement GeometryEditorEx.GeometryEditorOperation Modifier and Type Class Description static class
GeometryEditorEx.CoordinateOperation
AGeometryEditorEx.GeometryEditorOperation
which edits the coordinate list of aGeometry
.static class
GeometryEditorEx.CoordinateSequenceOperation
static class
GeometryEditorEx.NoOpGeometryOperation
A GeometryEditorOperation which does not modify the input geometry.Constructors in org.locationtech.jtslab.geom.util with parameters of type GeometryEditorEx.GeometryEditorOperation Constructor Description GeometryEditorEx(GeometryEditorEx.GeometryEditorOperation operation)
Creates a GeometryEditor which edits geometries using a givenGeometryOperation
and the sameGeometryFactory
as the input Geometry.GeometryEditorEx(GeometryEditorEx.GeometryEditorOperation operation, GeometryFactory targetFactory)
Creates a GeometryEditor which edits geometries using a givenGeometryOperation
and the givenGeometryFactory
.
-