Show / Hide Table of Contents

Class ExploratoryLocationDistanceMeasurement

An Analysis object that evaluates direct, vertical, and horizontal distances between two points defined by start and end point locations.

Inheritance
object
Analysis
ExploratoryLocationDistanceMeasurement
Implements
INotifyPropertyChanged
Analysis.IsVisible
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExploratoryLocationDistanceMeasurement : Analysis, INotifyPropertyChanged
Remarks

LocationDistanceMeasurement measures the distance between a start and an end location (each using MapPoint geometry). Three distance components are calculated:

  • Direct distance - the direct distance between the start and end location
  • Horizontal distance - the horizontal component of the direct distance
  • Vertical distance - the vertical component of the direct distance

Exploratory analysis is performed using data at the current rendered resolution of a SceneView and not at the full resolution of the data. Exploratory analysis results cannot be displayed in a MapView or persisted. Use the GeometryEngine to make more accurate measurements based on input geometries.

Constructors

Name Description
ExploratoryLocationDistanceMeasurement(MapPoint, MapPoint)

Initializes a new instance of the ExploratoryLocationDistanceMeasurement class that defines a start and an end location using MapPoint coordinates.

Properties

Name Description
DirectDistance

Gets the direct distance component of the LocationDistanceMeasurement.

EndLocation

Gets or sets the end location of the LocationDistanceMeasurement.

HorizontalDistance

Gets the horizontal distance component of the LocationDistanceMeasurement.

StartLocation

Gets or sets the start location of the LocationDistanceMeasurement.

UnitSystem

Gets or sets the start location of the LocationDistanceMeasurement.

VerticalDistance

Gets the vertical distance component of the LocationDistanceMeasurement.

Events

Name Description
MeasurementChanged

Raised when the measurement has changed.

Applies to

TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.