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 QuadTree
InternalUtils. buildQuadTreeForOnePath(MultiPathImpl multipathImpl, int path)
Methods in com.esri.core.geometry with parameters of type QuadTree Modifier and Type Method Description (package private) static boolean
PointInPolygonHelper. _isRingInRing2D(MultiPath polygon, int iRing1, int iRing2, double tolerance, QuadTree quadTree)
static int
PointInPolygonHelper. isPointInRing(MultiPathImpl inputPolygonImpl, int iRing, Point2D inputPoint, double tolerance, QuadTree quadTree)
-