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.PiPResultPolygonUtils. isPointInAnyOuterRing(Polygon polygon, Point2D inputPoint, double tolerance)Tests if Point is inside of the any outer ring of a Polygon.(package private) static PolygonUtils.PiPResultPolygonUtils. isPointInPolygon2D(Polygon polygon, double inputPointXVal, double inputPointYVal, double tolerance)static PolygonUtils.PiPResultPolygonUtils. isPointInPolygon2D(Polygon polygon, Point2D inputPoint, double tolerance)static PolygonUtils.PiPResultPolygonUtils. isPointInPolygon2D(Polygon polygon, Point inputPoint, double tolerance)Tests if Point is inside the Polygon.static PolygonUtils.PiPResultPolygonUtils. isPointInRing2D(Polygon polygon, int iRing, Point2D inputPoint, double tolerance)Tests if Point is inside the Polygon's ring.static PolygonUtils.PiPResultPolygonUtils.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 voidPolygonUtils. _testPointsInEnvelope2D(Envelope2D env2D, double[] xyStreamBuffer, int pointCount, double tolerance, PolygonUtils.PiPResult[] testResults)private static voidPolygonUtils. _testPointsInEnvelope2D(Envelope2D env2D, Point2D[] inputPoints, int count, double tolerance, PolygonUtils.PiPResult[] testResults)static voidPolygonUtils. testPointsInArea2D(Geometry polygon, double[] xyStreamBuffer, int count, double tolerance, PolygonUtils.PiPResult[] testResults)static voidPolygonUtils. 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 voidPolygonUtils. testPointsInPolygon2D(Polygon polygon, double[] xyStreamBuffer, int pointCount, double tolerance, PolygonUtils.PiPResult[] testResults)static voidPolygonUtils. 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 voidPolygonUtils. testPointsOnLine2D(Geometry line, Point2D[] input_points, int count, double tolerance, PolygonUtils.PiPResult[] test_results)(package private) static voidPolygonUtils. testPointsOnPolyline2D_(Polyline poly, Point2D[] input_points, int count, double tolerance, PolygonUtils.PiPResult[] test_results)(package private) static voidPolygonUtils. testPointsOnSegment_(Segment seg, Point2D[] input_points, int count, double tolerance, PolygonUtils.PiPResult[] test_results)
-