Class GeometryPointLocater

java.lang.Object
org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater

public class GeometryPointLocater extends Object
Finds a vertex or a point on a segment of a Geometry which lies within a tolerance of a given point.
  • Field Details

    • geom

      private Geometry geom
    • locationPt

      private Coordinate locationPt
    • segIndex

      private int segIndex
    • isVertex

      private boolean isVertex
  • Constructor Details

    • GeometryPointLocater

      public GeometryPointLocater(Geometry geom)
  • Method Details