Class ProximityResult

java.lang.Object
com.esri.arcgisruntime.geometry.ProximityResult

public final class ProximityResult extends Object
Defines the result of proximity operations in GeometryEngine.
Since:
100.0.0
See Also:
  • Method Details

    • getDistance

      public double getDistance()
      Gets the result distance.
      Returns:
      the result distance
      Since:
      100.0.0
    • getCoordinate

      public Point getCoordinate()
      Gets the result point.
      Returns:
      the result point
      Since:
      100.0.0
    • getPartIndex

      public long getPartIndex()
      Gets the index of the part in which the coordinate was found.
      Returns:
      the index of the part in which the coordinate was found
      Since:
      100.0.0
      See Also:
    • getPointIndex

      public long getPointIndex()
      Gets the index of the point that was found within its part.
      Returns:
      index of the point that was found within its part
      Since:
      100.0.0
      See Also: