Uses of Interface
org.locationtech.jts.geom.util.GeometryEditor.GeometryEditorOperation
Packages that use GeometryEditor.GeometryEditorOperation
Package
Description
Provides classes that parse and modify Geometry objects.
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.GeometryEditorOperationModifier and TypeClassDescriptionstatic class
AGeometryEditor.GeometryEditorOperation
which edits the coordinate list of aGeometry
.static class
static class
A GeometryEditorOperation which does not modify the input geometry.Methods in org.locationtech.jts.geom.util with parameters of type GeometryEditor.GeometryEditorOperationModifier and TypeMethodDescriptionGeometryEditor.edit
(Geometry geometry, GeometryEditor.GeometryEditorOperation operation) Edit the inputGeometry
with the given edit operation.private GeometryCollection
GeometryEditor.editGeometryCollection
(GeometryCollection collection, GeometryEditor.GeometryEditorOperation operation) private Geometry
GeometryEditor.editInternal
(Geometry geometry, GeometryEditor.GeometryEditorOperation operation) private Polygon
GeometryEditor.editPolygon
(Polygon polygon, GeometryEditor.GeometryEditorOperation operation) -
Uses of GeometryEditor.GeometryEditorOperation in org.locationtech.jts.precision
Classes in org.locationtech.jts.precision that implement GeometryEditor.GeometryEditorOperationModifier and TypeClassDescriptionclass
private class
Deprecated. -
Uses of GeometryEditor.GeometryEditorOperation in org.locationtech.jtstest.testbuilder.geom
Classes in org.locationtech.jtstest.testbuilder.geom that implement GeometryEditor.GeometryEditorOperationModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
private static class
-
Uses of GeometryEditor.GeometryEditorOperation in org.locationtech.jtstest.testbuilder.topostretch
Classes in org.locationtech.jtstest.testbuilder.topostretch that implement GeometryEditor.GeometryEditorOperation