Uses of Class
com.vividsolutions.jts.algorithm.PointLocator
-
Packages that use PointLocator Package Description com.vividsolutions.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions. -
-
Uses of PointLocator in com.vividsolutions.jts.operation.overlay
Constructors in com.vividsolutions.jts.operation.overlay with parameters of type PointLocator Constructor Description LineBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)PointBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)
-