Uses of Interface
org.locationtech.jtslab.geom.util.GeometryEditorEx.GeometryEditorOperation
Packages that use GeometryEditorEx.GeometryEditorOperation
-
Uses of GeometryEditorEx.GeometryEditorOperation in org.locationtech.jtslab.geom.util
Classes in org.locationtech.jtslab.geom.util that implement GeometryEditorEx.GeometryEditorOperationModifier and TypeClassDescriptionstatic class
AGeometryEditorEx.GeometryEditorOperation
which edits the coordinate list of aGeometry
.static class
static class
A GeometryEditorOperation which does not modify the input geometry.Constructors in org.locationtech.jtslab.geom.util with parameters of type GeometryEditorEx.GeometryEditorOperationModifierConstructorDescriptionCreates 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
.