distanceMeasureType
Description
Specifies a distance, including units (default is metre).
The distanceMeasureType schema inherits from measurementType.
Properties
Name | Description | Required | Type |
---|---|---|---|
Units | Defines the unit of measure for the length of a spatial resource. Prefered units are MTR (UN-CEFACT for metre). | No | uncefactLengthUnits |
Measurement | The value (in units) of the quantity observed. | No | Number |
Resolution | The smallest measurement difference (in units) that can be discriminated given the current device settings. | No | Number |
Examples
Example 1
{
"measurement": 25.7,
"resolution": 0.1,
"units": "MTR"
}