java.lang.Object
com.esri.arcgisruntime.geometry.ProximityResult
Defines the result of proximity operations in
GeometryEngine
.- Since:
- 100.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the result point.double
Gets the result distance.long
Gets the index of the part in which the coordinate was found.long
Gets the index of the point that was found within its part.
-
Method Details
-
getDistance
public double getDistance()Gets the result distance.- Returns:
- the result distance
- Since:
- 100.0.0
-
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:
-