Uses of Interface
com.vividsolutions.jts.algorithm.locate.PointOnGeometryLocator
-
Packages that use PointOnGeometryLocator Package Description 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 Modifier and Type Class Description classIndexedPointInAreaLocatorDetermines theLocationofCoordinates relative to aPolygonalgeometry, using indexing for efficiency.classSimplePointInAreaLocator -
Uses of PointOnGeometryLocator in com.vividsolutions.jts.geom.prep
Methods in com.vividsolutions.jts.geom.prep that return PointOnGeometryLocator Modifier and Type Method Description PointOnGeometryLocatorPreparedPolygon. getPointLocator()
-