JTS Topology Suite version 1.12

Package com.vividsolutions.jts.algorithm.locate

Classes to determine the topological location of points in geometries.

See:
          Description

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.
 

Package com.vividsolutions.jts.algorithm.locate Description

Classes to determine the topological location of points in geometries.


JTS Topology Suite version 1.12