Table of Contents

spatialMeasureType

Description

Specifies a spatial measurement such as area or length, including units (default is m2). Express 1 hectare as 10,000 m2.

The spatialMeasureType schema inherits from measurementType.

Properties

Name Description Required Type
Units Defines the unit of measure for the area. Prefered units are MTK (UN-CEFACT for square metre). No uncefactSpatialUnits
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": 5.4,
  "resolution": 0.1,
  "units": "HAR"
}