Interface PointOnGeometryLocator

All Known Implementing Classes: SimplePointInAreaLocator, IndexedPointInAreaLocator
public interface PointOnGeometryLocator
An interface for classes which determine the Location of points in a Geometry.
Authors:
Martin Davis
int locate(Coordinate p)
Determines the Location of a point in the Geometry.
Parameters:
p - p the point to test
Returns:
the location of the point in the geometry