java.lang.Object
com.esri.arcgisruntime.geometry.GeodeticDistanceResult
The returned result of calling
GeometryEngine.distanceGeodetic(Point, Point, LinearUnit, AngularUnit, GeodeticCurveType)
- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the azimuth value at point 1 towards point 2, in the angular unit that was used as a parameter when callingGeometryEngine.distanceGeodetic(Point, Point, LinearUnit, AngularUnit, GeodeticCurveType)
double
Returns azimuth value at point 2 towards point 1, in the angular unit that was used as a parameter when callingGeometryEngine.distanceGeodetic(Point, Point, LinearUnit, AngularUnit, GeodeticCurveType)
Returns the units for the azimuth1 and azimuth2 properties of this object.double
Returns the geodetic distance from the two input points in the same linear unit as the input parameter.Returns the unit of measure for the distance.
-
Method Details
-
getDistance
public double getDistance()Returns the geodetic distance from the two input points in the same linear unit as the input parameter.- Returns:
- the geodetic distance from the two input points in the same linear unit as the input parameter
- Since:
- 100.0.0
-
getAzimuthUnit
Returns the units for the azimuth1 and azimuth2 properties of this object.- Returns:
- the units for the azimuth1 and azimuth2 properties of this object
- Since:
- 100.0.0
-
getDistanceUnit
Returns the unit of measure for the distance.- Returns:
- the unit of measure for the distance
- Since:
- 100.0.0
-
getAzimuth1
public double getAzimuth1()Returns the azimuth value at point 1 towards point 2, in the angular unit that was used as a parameter when callingGeometryEngine.distanceGeodetic(Point, Point, LinearUnit, AngularUnit, GeodeticCurveType)
- Returns:
- azimuth at point 1 towards point 2, in the angular unit that was used as a parameter when calling
GeometryEngine.distanceGeodetic(Point, Point, LinearUnit, AngularUnit, GeodeticCurveType)
- Since:
- 100.0.0
-
getAzimuth2
public double getAzimuth2()Returns azimuth value at point 2 towards point 1, in the angular unit that was used as a parameter when callingGeometryEngine.distanceGeodetic(Point, Point, LinearUnit, AngularUnit, GeodeticCurveType)
- Returns:
- azimuth value at point 2 towards point 1, in the angular unit that was used as a parameter when calling
GeometryEngine.distanceGeodetic(Point, Point, LinearUnit, AngularUnit, GeodeticCurveType)
- Since:
- 100.0.0
-