Interface PointOnGeometryLocator
-
- All Known Implementing Classes:
IndexedPointInAreaLocator,SimplePointInAreaLocator
public interface PointOnGeometryLocator- Author:
- Martin Davis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intlocate(Coordinate p)
-
-
-
Method Detail
-
locate
int locate(Coordinate p)
- Parameters:
p- the point to test- Returns:
- the location of the point in the geometry
-
-