Floor Plans data question

3293
1
04-12-2014 09:30 AM
TimHayes
Occasional Contributor III
I am not sure where to post this question; I have many floor plans for a campus; some are for single story buildings, others are for multi-story buildings. The floor plans are in DWG format (AutoCAD) and are already georeferenced and scaled to match the building polygons in our Geodatabase. I know how to bring the data into our Geodatabase using the CAD Import Tools no problem;

I do not have CityEngine, but plan on implementing it in the near future. What I do use is ArcGIS 10.2.1 Desktop Advanced, ArcGIS for Server Enterprise, SQL Server 2008 R2, and I built a Map Viewer using Flex.

The Floor Plans CAD data includes rooms, doors, windows, walls, and room number/id annotation.

my questions are:

1) How do you recommend I organize Floor Plan Feature Classes in a SQL Server Enterprise Geodatabase? is there a floor plan GIS data model or schema available?

2) For Multi-Story Buildings, would you recommend separating each Floor into its own Feature Class? for example, Bldg_A_1st_Floor; Bldg_A_2nd_Floor?

3) What attributes would you store for each floor?

4) Without CityEngine, how would you recommend working with Floor Plan Feature Classes?

Any other suggestions on your experiences with Floor Plans are welcome.
Tags (2)
0 Kudos
1 Reply
MatthiasBuehler1
Frequent Contributor
Hi !


The data for this WebScene was created based on floor plans:
http://www.arcgis.com/home/item.html?id=9c0e319bfaff4d33a0fe2da97c2c3fd7

Look at the scene and check out the attribution.


In general, any GDB should do. Just store each polygon with attributes for:
- it's height above ground
- if it's supposed to be extruded: the extrusion height (up to the next floor)

Then, in CE, import the data and write a rule for the vertical translation and extrusion.



For a proper data model, check also:
https://github.com/Esri/3d-cities-template



Does that help a bit ?

Matt