Class GeometryVertexInserter.InsertVertexOperation

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

private static class GeometryVertexInserter.InsertVertexOperation extends GeometryEditor.CoordinateOperation
  • Field Details

    • line

      private LineString line
    • segIndex

      private int segIndex
    • newVertex

      private Coordinate newVertex
  • Constructor Details

    • InsertVertexOperation

      public InsertVertexOperation(LineString line, int segIndex, Coordinate newVertex)
  • Method Details