Package com.vividsolutions.jts.algorithm.locate

Interface Summary
PointOnGeometryLocator An interface for classes which determine the Location of points in areal geometries.
 

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 an areal Geometry, using a simple O(n) algorithm.