Uses of Interface
org.locationtech.jts.geom.util.GeometryEditor.GeometryEditorOperation
-
Packages that use GeometryEditor.GeometryEditorOperation Package Description org.locationtech.jts.geom.util -
-
Uses of GeometryEditor.GeometryEditorOperation in org.locationtech.jts.geom.util
Classes in org.locationtech.jts.geom.util that implement GeometryEditor.GeometryEditorOperation Modifier and Type Class Description static classGeometryEditor.CoordinateOperationAGeometryEditor.GeometryEditorOperationwhich edits the coordinate list of aGeometry.static classGeometryEditor.CoordinateSequenceOperationstatic classGeometryEditor.NoOpGeometryOperationA GeometryEditorOperation which does not modify the input geometry.Methods in org.locationtech.jts.geom.util with parameters of type GeometryEditor.GeometryEditorOperation Modifier and Type Method Description GeometryGeometryEditor. edit(Geometry geometry, GeometryEditor.GeometryEditorOperation operation)Edit the inputGeometrywith the given edit operation.
-