Closed KimJuYoung93 closed 5 years ago
i guess this element is not explicitly supported right now. It should be relatively easy to add. Feel free to create a pull request.
Thank you for answer. The Citygml document contains the following intBuildingInstallation tag.
[ Citygml document ] "objects within a building which (in contrast to furniture) cannot be moved, are represented by the class IntBuildingInstallation. In contrast to BuildingFurniture, IntBuildingInstallations are permanently attached to the building structure and cannot be moved...."
However, only the 'intBuildingInstallation' tag is not defined in the 'nodetype.h' source in github as shown below.
[ nodetype.h ] // BoundarySurfaceType NODETYPE( BLDG, WallSurface ) NODETYPE( BLDG, RoofSurface ) NODETYPE( BLDG, GroundSurface ) NODETYPE( BLDG, ClosureSurface ) NODETYPE( BLDG, FloorSurface ) NODETYPE( BLDG, InteriorWallSurface ) NODETYPE( BLDG, CeilingSurface ) NODETYPE( BLDG, OuterCeilingSurface ) NODETYPE( BLDG, OuterFloorSurface ) NODETYPE( BLDG, BuildingFurniture ) NODETYPE( BLDG, CityFurniture ) NODETYPE( BLDG, Address) ...
I have citygml files with 'IntBuildingInstallation' tag what is not in source. IntBuildingInstallation is not in the source. IntBuildingInstallation not handeled?