Uses of Class
com.esri.core.geometry.QuadTree
-
Packages that use QuadTree Package Description com.esri.core.geometry -
-
Uses of QuadTree in com.esri.core.geometry
Methods in com.esri.core.geometry that return QuadTree Modifier and Type Method Description (package private) static QuadTreeInternalUtils. buildQuadTreeForOnePath(MultiPathImpl multipathImpl, int path)Methods in com.esri.core.geometry with parameters of type QuadTree Modifier and Type Method Description (package private) static booleanPointInPolygonHelper. _isRingInRing2D(MultiPath polygon, int iRing1, int iRing2, double tolerance, QuadTree quadTree)static intPointInPolygonHelper. isPointInRing(MultiPathImpl inputPolygonImpl, int iRing, Point2D inputPoint, double tolerance, QuadTree quadTree)
-