Interface PointOnGeometryLocator

All Known Implementing Classes:
IndexedPointInAreaLocator, SimplePointInAreaLocator

public interface PointOnGeometryLocator
An interface for classes which determine the Location of points in a Geometry.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Determines the Location of a point in the Geometry.
  • Method Details

    • locate

      int locate(Coordinate p)
      Determines the Location of a point in the Geometry.
      Parameters:
      p - the point to test
      Returns:
      the location of the point in the geometry