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 classGeometryEditorEx.CoordinateOperationAGeometryEditorEx.GeometryEditorOperationwhich edits the coordinate list of aGeometry.static classGeometryEditorEx.CoordinateSequenceOperationstatic classGeometryEditorEx.NoOpGeometryOperationA 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 givenGeometryOperationand the sameGeometryFactoryas the input Geometry.GeometryEditorEx(GeometryEditorEx.GeometryEditorOperation operation, GeometryFactory targetFactory)Creates a GeometryEditor which edits geometries using a givenGeometryOperationand the givenGeometryFactory.
-