Class LocationDistanceMeasurement.MeasurementChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.geoanalysis.LocationDistanceMeasurement.MeasurementChangedEvent
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- LocationDistanceMeasurement
public static final class LocationDistanceMeasurement.MeasurementChangedEvent extends java.util.EventObject
Represents the event for changes in distances.- Since:
- 100.3.0
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Distance
getDirectDistance()
Gets the direct distance between the start and end locations.Distance
getHorizontalDistance()
Gets the horizontal distance between the start and end locations.LocationDistanceMeasurement
getSource()
Distance
getVerticalDistance()
Gets the vertical distance between the start and end locations.
-
-
-
Method Detail
-
getDirectDistance
public Distance 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
public Distance 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
public Distance 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
public LocationDistanceMeasurement getSource()
- Overrides:
getSource
in classjava.util.EventObject
-
-