Package com.vividsolutions.jts.algorithm.locate

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

Class Summary
IndexedPointInAreaLocator Determines the Location of Coordinates relative to a Polygonal geometry, using indexing for efficiency.
SimplePointInAreaLocator Computes the location of points relative to a Polygonal Geometry, using a simple O(n) algorithm.