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.org.locationtech.jtstest.testbuilder.geom org.locationtech.jtstest.testbuilder.topostretch -
-
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.private GeometryCollectionGeometryEditor. editGeometryCollection(GeometryCollection collection, GeometryEditor.GeometryEditorOperation operation)private GeometryGeometryEditor. editInternal(Geometry geometry, GeometryEditor.GeometryEditorOperation operation)private PolygonGeometryEditor. editPolygon(Polygon polygon, GeometryEditor.GeometryEditorOperation 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 classPrecisionReducerCoordinateOperationprivate classSimpleGeometryPrecisionReducer.PrecisionReducerCoordinateOperationDeprecated. -
Uses of GeometryEditor.GeometryEditorOperation in org.locationtech.jtstest.testbuilder.geom
Classes in org.locationtech.jtstest.testbuilder.geom that implement GeometryEditor.GeometryEditorOperation Modifier and Type Class Description private static classGeometryBoxDeleter.BoxDeleteComponentOperationprivate static classGeometryBoxDeleter.BoxDeleteVertexOperationprivate static classGeometryVertexDeleter.DeleteVertexOperationprivate static classGeometryVertexInserter.InsertVertexOperationprivate static classGeometryVertexMover.MoveVertexOperation -
Uses of GeometryEditor.GeometryEditorOperation in org.locationtech.jtstest.testbuilder.topostretch
Classes in org.locationtech.jtstest.testbuilder.topostretch that implement GeometryEditor.GeometryEditorOperation Modifier and Type Class Description private classGeometryVerticesMover.MoveVerticesOperation
-