Package org.apache.calcite.runtime
Class RemovePointOperation
java.lang.Object
org.locationtech.jts.geom.util.GeometryEditor.CoordinateOperation
org.apache.calcite.runtime.RemovePointOperation
- All Implemented Interfaces:
org.locationtech.jts.geom.util.GeometryEditor.GeometryEditorOperation
public class RemovePointOperation
extends org.locationtech.jts.geom.util.GeometryEditor.CoordinateOperation
Geometry editor operation that removes a point to a geometry.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.Coordinate[]
edit
(org.locationtech.jts.geom.Coordinate[] coordinates, org.locationtech.jts.geom.Geometry geometry) Methods inherited from class org.locationtech.jts.geom.util.GeometryEditor.CoordinateOperation
edit
-
Constructor Details
-
RemovePointOperation
public RemovePointOperation(int index)
-
-
Method Details
-
edit
public org.locationtech.jts.geom.Coordinate[] edit(org.locationtech.jts.geom.Coordinate[] coordinates, org.locationtech.jts.geom.Geometry geometry) - Specified by:
edit
in classorg.locationtech.jts.geom.util.GeometryEditor.CoordinateOperation
-