Coordinates Schema
https://schema.vinv.io/vinv-cadastre/0.0.1.json#/properties/location/properties/coordinates
Anchor point of the Object on a map. Array of longitude, latitude and [altitude] coordinate. Reference system: WGS84 Web Mercator with longitude and latitude units of decimal degrees.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | 
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | dereferenced.doc.json* | 
coordinates Type
object (Coordinates)
coordinates Properties
| Property | Type | Required | Nullable | Defined by | 
|---|---|---|---|---|
| longitude | number | Required | cannot be null | Cadastre | 
| latitude | number | Required | cannot be null | Cadastre | 
| altitude | number | Optional | can be null | Cadastre | 
longitude
The decimal east/west position of a point. (7 decimal places max)
longitude
longitude Type
number (Longitude)
longitude Constraints
multiple of: the value of this number must be a multiple of: 1e-7
maximum: the value of this number must smaller than or equal to: 180
minimum: the value of this number must greater than or equal to: -180
longitude Examples
-130.5627874
130.5627874
latitude
The decimal north/south position of a point. (7 decimal places max)
latitude
latitude Type
number (Latitude)
latitude Constraints
multiple of: the value of this number must be a multiple of: 1e-7
maximum: the value of this number must smaller than or equal to: 90
minimum: the value of this number must greater than or equal to: -90
latitude Examples
-12.4563
50.5627874
altitude
The altitude of the position in meters above mean sea level. (2 decimal places max)
altitude
altitude Type
number (Altitude)
altitude Constraints
multiple of: the value of this number must be a multiple of: 0.1
maximum: the value of this number must smaller than or equal to: 2500
minimum: the value of this number must greater than or equal to: 0
altitude Examples
0
130