Uses of Interface
com.vividsolutions.jts.algorithm.locate.PointOnGeometryLocator

Packages that use PointOnGeometryLocator
com.vividsolutions.jts.algorithm.locate Classes to determine the topological location of points in geometries. 
com.vividsolutions.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries. 
 

Uses of PointOnGeometryLocator in com.vividsolutions.jts.algorithm.locate
 

Classes in com.vividsolutions.jts.algorithm.locate that implement PointOnGeometryLocator
 class IndexedPointInAreaLocator
          Determines the Location of Coordinates relative to a Polygonal geometry, using indexing for efficiency.
 class SimplePointInAreaLocator
          Computes the location of points relative to a Polygonal Geometry, using a simple O(n) algorithm.
 

Uses of PointOnGeometryLocator in com.vividsolutions.jts.geom.prep
 

Methods in com.vividsolutions.jts.geom.prep that return PointOnGeometryLocator
 PointOnGeometryLocator PreparedPolygon.getPointLocator()
           
 



Copyright © 2012. All Rights Reserved.