ImageServerMeasureResult
A class that returns the name of the raster being measured, associated sensor name, operation type, and a measurement property set from Measure requests.
Property | Type | Description |
---|---|---|
Name | string | The name of the raster being measured. |
SensorName | string | The name of the sensor associated with the raster. |
Operation | esriMensurationOperation | The type of measure operation. |
Measurement | A set of name-value pairs for the field names and values of the measured object. It consists of measured value (height, distance, angle, centroid, area, or perimeter), unit, and uncertainty in name-value pairs. |
Remarks
The measurement property set consists of measured values (height, distance, angle, centroid, area, or perimeter), unit, and uncertainty.
2/28/2020