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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class org.locationtech.jts.geom.util.GeometryEditor.CoordinateOperation