ArcGIS Runtime SDK for iOS
100.15
|
Analysis of distance between two locations.
Instances of this class represent an analysis object that evaluates direct, vertical, and horizontal distances between two points defined by start and end point locations.
Instance Methods | |
(instancetype) | - initWithStartLocation:endLocation: |
Class Methods | |
(instancetype) | + locationDistanceMeasurementWithStartLocation:endLocation: |
- (instancetype) initWithStartLocation: | (AGSPoint *) | startLocation | |
endLocation: | (AGSPoint *) | endLocation | |
Creates a measurement analysis object based on the provided locations.
startLocation | A point that defines the start location of the measurement. |
endLocation | A point that defines the end location of the measurement. |
+ (instancetype) locationDistanceMeasurementWithStartLocation: | (AGSPoint *) | startLocation | |
endLocation: | (AGSPoint *) | endLocation | |
Creates a measurement analysis object based on the provided locations.
startLocation | A point that defines the start location of the measurement. |
endLocation | A point that defines the end location of the measurement. |
|
readnonatomicstrong |
The direct distance length measurement component.
|
readwritenonatomicstrong |
Point that defines the end location of the measurement.
|
readnonatomicstrong |
The horizontal distance length measurement component.
|
readwritenonatomiccopy |
Block that is invoked when distance components become available or change, for instance if the start/end locations are changed.
|
readwritenonatomicstrong |
Point that defines the start location of the measurement.
|
readwritenonatomicassign |
Unit system under which distances are calculated.
|
readnonatomicstrong |
The vertical distance length measurement component.
|
readwritenonatomicassigninherited |
Indicates whether the results of this analysis should be visible or not. Visibility can be controlled for individual analyses as well as for the analysis overlay that contains them.