Package org.apache.calcite.runtime
Class AddPointOperation
java.lang.Object
org.locationtech.jts.geom.util.GeometryEditor.CoordinateOperation
org.apache.calcite.runtime.AddPointOperation
- All Implemented Interfaces:
org.locationtech.jts.geom.util.GeometryEditor.GeometryEditorOperation
public class AddPointOperation
extends org.locationtech.jts.geom.util.GeometryEditor.CoordinateOperation
Geometry editor operation that adds 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
-
AddPointOperation
public AddPointOperation(org.locationtech.jts.geom.Geometry point, 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
-