Hi Urban people, I’m trying to figure out a way to use other ArcGIS products to add information to the Urban plan. Does anyone have any tips and tricks for that?
So what I’ve found so far by opening the plan in PRO, is that the spaces polygon layer holds the geometry and the space information.
- The Branch ID is the Plan
- Parcel ID is the Parcel
- SpaceUseTypeID is the
Multiple floors in a building needs multiple polygons
So I would guess that the FloorNumber is an array of each floor, so that floorNumber 1 reads the height of the floors number 0 and translate that Floor number in 3D.
But that don’t seem to be true, it seems like Urban translate the polygon automatically on copying a floor, while drawing a polygon in a 2D space from another application, will make all the floors to be in the same place.
This test case is to figure out if I for example could receive information from a Survey123 and transform that information into an ArcGIS Urban 3D model.
What do you think, is that possible?