Geometries#

Movici supports three kind of geometries for geospatial entities: points, lines and polgyons. These geometries are very similar to the GeoJSON features Point, LineString and Polygon:

Movici

GeoJSON

Associated attributes

Remarks

Point

Point

geometry.x geometry.y geometry.z

geometry.z attribute is optional

Line

LineString

geometry.linestring_2d geometry.linestring_3d

2d/ 3d depends on existence of elevation component

Polygon

Polygon

geometry.polygon geometry.polygon_2d geometry.polygon_3d

Supports only outer polygons. 2d/ 3d depends on existence of elevation component. geometry.polygon is implicitly 2d. Polygons must be closed loops.