Module com.esri.arcgisruntime
Class LocationDistanceMeasurement.MeasurementChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.geoanalysis.LocationDistanceMeasurement.MeasurementChangedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
LocationDistanceMeasurement
Represents the event for changes in distances.
- Since:
- 100.3.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionGets the direct distance between the start and end locations.Gets the horizontal distance between the start and end locations.Gets the vertical distance between the start and end locations.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getDirectDistance
Gets the direct distance between the start and end locations.- Returns:
- the direct distance between the start and end locations
- Since:
- 100.3.0
-
getHorizontalDistance
Gets the horizontal distance between the start and end locations.- Returns:
- the horizontal distance between the start and end locations
- Since:
- 100.3.0
-
getVerticalDistance
Gets the vertical distance between the start and end locations.- Returns:
- the vertical distance between the start and end locations
- Since:
- 100.3.0
-
getSource
- Overrides:
getSource
in classEventObject
-