Class GeometryVertexDeleter.DeleteVertexOperation

java.lang.Object
org.locationtech.jts.geom.util.GeometryEditor.CoordinateOperation
org.locationtech.jtstest.testbuilder.geom.GeometryVertexDeleter.DeleteVertexOperation
All Implemented Interfaces:
GeometryEditor.GeometryEditorOperation
Enclosing class:
GeometryVertexDeleter

private static class GeometryVertexDeleter.DeleteVertexOperation extends GeometryEditor.CoordinateOperation
  • Field Details

    • line

      private LineString line
    • vertexIndex

      private int vertexIndex
    • newVertex

      private Coordinate newVertex
  • Constructor Details

    • DeleteVertexOperation

      public DeleteVertexOperation(LineString line, int vertexIndex)
  • Method Details