Location Schema
https://schema.vinv.io/vinv-roundwood-pile/0.0.1.json#/properties/location
| 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 | RoundwoodPile |
| accuracy | number | Required | cannot be null | RoundwoodPile |
| geogrid | object | Optional | can be null | RoundwoodPile |
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: RoundwoodPile
coordinates Type
object (Coordinates)
accuracy
The decimal accuracy of coordinates in meter (2 decimal places max).
accuracy
is required
Type:
number(Accuracy)cannot be null
defined in: RoundwoodPile
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
3
12
geogrid
Geographical Aggregation Grid
geogrid
is optional
Type:
object(Geo Grid)can be null
defined in: RoundwoodPile
geogrid Type
object (Geo Grid)