Location Schema
txt
https://schema.vinv.io/vinv-cadastre/0.0.1.json#/properties/location
1
| 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* |
location Type
object (Location)
location Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| coordinates | object | Required | cannot be null | Cadastre |
| accuracy | number | Required | cannot be null | Cadastre |
| geogrid | object | Optional | can be null | Cadastre |
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.
coordinates
is required
Type:
object(Coordinates)cannot be null
defined in: Cadastre
coordinates Type
object (Coordinates)
accuracy
The decimal accuracy of coordinates in meter (2 decimal places max).
accuracy
accuracy Type
number (Accuracy)
accuracy 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: 10000
minimum: the value of this number must greater than or equal to: 0
accuracy Examples
json
3
1
json
12
1
geogrid
Geographical Aggregation Grid
geogrid
geogrid Type
object (Geo Grid)