Building Geometry API¶
The Building Geometry API enables you to create and interact with 2D geometry of building floorplans.
This API is organized around the Floorplan, and Geometry resources. A floorplan contains geometry in the form of a GeoJSON FeatureCollection.
Concepts & Glossary¶
| Term | Description |
|---|---|
| Floorplan | A Floorplan represents meta data about the 2D geometry of a certain floor. This meta data included the angle (transformation) and centerpoint (origo) of the contained geometries. A floorplan relates to a Floor as defined in Structure API. |
| Geometry | Is a GeoJSON FeatureCollection where each Feature represents either a Room, RoomSegment, FloorArea or Equipment, as defined in Structure API. |