Uses of Class
com.esri.core.geometry.PolygonUtils.PiPResult
-
Packages that use PolygonUtils.PiPResult Package Description com.esri.core.geometry -
-
Uses of PolygonUtils.PiPResult in com.esri.core.geometry
Methods in com.esri.core.geometry that return PolygonUtils.PiPResult Modifier and Type Method Description static PolygonUtils.PiPResult
PolygonUtils. isPointInAnyOuterRing(Polygon polygon, Point2D inputPoint, double tolerance)
Tests if Point is inside of the any outer ring of a Polygon.(package private) static PolygonUtils.PiPResult
PolygonUtils. isPointInPolygon2D(Polygon polygon, double inputPointXVal, double inputPointYVal, double tolerance)
static PolygonUtils.PiPResult
PolygonUtils. isPointInPolygon2D(Polygon polygon, Point2D inputPoint, double tolerance)
static PolygonUtils.PiPResult
PolygonUtils. isPointInPolygon2D(Polygon polygon, Point inputPoint, double tolerance)
Tests if Point is inside the Polygon.static PolygonUtils.PiPResult
PolygonUtils. isPointInRing2D(Polygon polygon, int iRing, Point2D inputPoint, double tolerance)
Tests if Point is inside the Polygon's ring.static PolygonUtils.PiPResult
PolygonUtils.PiPResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PolygonUtils.PiPResult[]
PolygonUtils.PiPResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.esri.core.geometry with parameters of type PolygonUtils.PiPResult Modifier and Type Method Description private static void
PolygonUtils. _testPointsInEnvelope2D(Envelope2D env2D, double[] xyStreamBuffer, int pointCount, double tolerance, PolygonUtils.PiPResult[] testResults)
private static void
PolygonUtils. _testPointsInEnvelope2D(Envelope2D env2D, Point2D[] inputPoints, int count, double tolerance, PolygonUtils.PiPResult[] testResults)
static void
PolygonUtils. testPointsInArea2D(Geometry polygon, double[] xyStreamBuffer, int count, double tolerance, PolygonUtils.PiPResult[] testResults)
static void
PolygonUtils. testPointsInArea2D(Geometry polygon, Point2D[] inputPoints, int count, double tolerance, PolygonUtils.PiPResult[] testResults)
Tests point is inside an Area Geometry (Envelope, Polygon) for an array of points.(package private) static void
PolygonUtils. testPointsInPolygon2D(Polygon polygon, double[] xyStreamBuffer, int pointCount, double tolerance, PolygonUtils.PiPResult[] testResults)
static void
PolygonUtils. testPointsInPolygon2D(Polygon polygon, Point2D[] inputPoints, int count, double tolerance, PolygonUtils.PiPResult[] testResults)
Tests point is inside the Polygon for an array of points.(package private) static void
PolygonUtils. testPointsOnLine2D(Geometry line, Point2D[] input_points, int count, double tolerance, PolygonUtils.PiPResult[] test_results)
(package private) static void
PolygonUtils. testPointsOnPolyline2D_(Polyline poly, Point2D[] input_points, int count, double tolerance, PolygonUtils.PiPResult[] test_results)
(package private) static void
PolygonUtils. testPointsOnSegment_(Segment seg, Point2D[] input_points, int count, double tolerance, PolygonUtils.PiPResult[] test_results)
-