Uses of Interface
org.locationtech.jts.geom.util.GeometryEditor.GeometryEditorOperation
-
Packages that use GeometryEditor.GeometryEditorOperation Package Description org.locationtech.jts.geom.util Provides classes that parse and modify Geometry objects.org.locationtech.jts.precision Provides classes for analyzing and manipulating the precision of Geometries. -
-
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 class
GeometryEditor.CoordinateOperation
AGeometryEditor.GeometryEditorOperation
which edits the coordinate list of aGeometry
.static class
GeometryEditor.CoordinateSequenceOperation
static class
GeometryEditor.NoOpGeometryOperation
A 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 Geometry
GeometryEditor. edit(Geometry geometry, GeometryEditor.GeometryEditorOperation operation)
Edit the inputGeometry
with the given edit operation. -
Uses of GeometryEditor.GeometryEditorOperation in org.locationtech.jts.precision
Classes in org.locationtech.jts.precision that implement GeometryEditor.GeometryEditorOperation Modifier and Type Class Description class
PrecisionReducerCoordinateOperation
-