Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • 3 3D-Stadtmodelle
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Volker Coors
  • 3D-Stadtmodelle
  • Wiki
  • En
  • Citygml tutorial
  • Chapter 2: building
  • LOD3

LOD3 · Changes

Page history
Update LOD3 authored Dec 15, 2022 by Rushikesh Padsala's avatar Rushikesh Padsala
Hide whitespace changes
Inline Side-by-side
EN/CityGML-Tutorial/chapter-2:-Building/LOD3.md
View page @ 72ca1e6c
...@@ -2,13 +2,91 @@ In LOD3, the shapes of openings such as doors, windows can be modeled in additio ...@@ -2,13 +2,91 @@ In LOD3, the shapes of openings such as doors, windows can be modeled in additio
analyzes or in visualizations for urban planning, for example in the context of citizen participation. analyzes or in visualizations for urban planning, for example in the context of citizen participation.
Publicly available 3D models in LOD3 are therefore also rare. A simplified UML diagram of CityGML 2.0 LOD3 building object is shown below: Publicly available 3D models in LOD3 are therefore also rare. A simplified UML diagram of CityGML 2.0 LOD3 building object is shown below:
**LOD3 daata model** <div align=center>
Similar to LOD2 building geometry, the CityGML 2.0 standard allows the use of MultiSurface elements to model the boundary surfaces and openings while Solid elements to model a building as a water tight geometry in LOD3. ![CityGML_2.0_Building_LOD_3_UML.drawio](uploads/304ab8540711a19198cbae1e0c3f850b/CityGML_2.0_Building_LOD_3_UML.drawio.png)
</div>
A XML document of CityGML 2.0 LOD3 building object with building solid geometry will look like this: Similar to LOD2 building geometry, the CityGML 2.0 standard allows the use of MultiSurface elements to model the boundary surfaces and openings while Solid elements to model a building as a water tight geometry in LOD3.
**snippet xml lod3** An XML document of CityGML 2.0 LOD3 building object with building solid geometry will look like this:
```plaintext
<core:CityModel>
<core:cityObjectMember>
<bldg:Building gml:id="Simple_BD1">
.......
<bldg:lod3Solid>
<gml:Solid>
<gml:exterior>
<gml:CompositeSurface>
<gml:surfaceMember xlink:href="#Poly_GML_1" />
<gml:surfaceMember xlink:href="#Poly_GML_1_w1" />
<gml:surfaceMember xlink:href="#Poly_GML_" />
.......
</gml:CompositeSurface>
</gml:exterior>
</gml:Solid>
</bldg:lod3Solid>
<bldg:boundedBy>
<bldg:WallSurface gml:id="GML_1">
<bldg:lod3MultiSurface>
<gml:MultiSurface>
<gml:surfaceMember>
<gml:Polygon gml:id="Poly_GM_1">
<gml:exterior>
<gml:LinearRing>
.......
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gml:surfaceMember>
</gml:MultiSurface>
</bldg:lod3MultiSurface>
<bldg:opening>
<bldg:Window gml:id="GML_1_w1">
<bldg:lod3MultiSurface>
<gml:MultiSurface>
<gml:surfaceMember>
<gml:Polygon gml:id="Poly_GM_1_w1">
<gml:exterior>
<gml:LinearRing">
.......
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gml:surfaceMember>
</gml:MultiSurface>
</bldg:lod3MultiSurface>
</bldg:Window>
</bldg:opening>
<bldg:opening>
<bldg:Door gml:id="GML_1_d1">
<bldg:lod3MultiSurface>
<gml:MultiSurface>
<gml:surfaceMember>
<gml:Polygon gml:id="Poly_GM_1_d11">
<gml:exterior>
<gml:LinearRing>
.......
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gml:surfaceMember>
</gml:MultiSurface>
</bldg:lod3MultiSurface>
</bldg:Door>
</bldg:opening>
</bldg:WallSurface>
</bldg:boundedBy>
<bldg:boundedBy>
.......
</bldg:boundedBy>
</bldg:Building>
</core:cityObjectMember>
</core:CityModel>
```
Below figure shows a graphical representation of CityGML 2.0 LOD3 building object: Below figure shows a graphical representation of CityGML 2.0 LOD3 building object:
......
Clone repository
  • DE
    • Buch 3D Stadtmodelle
    • Buch 3D Stadtmodelle
      • Kap 4: Objektmodell
      • Kap 5: Digitales Geländemodell
      • Kap 6: Die Bodenbedeckung
      • Kap 7: Gebäudemodell
      • Kap 8: Vegetation
    • Konferenzen
    • Open Data
    • Vorlesung 3D Stadtmodelle
    • Vorlesung 3D Stadtmodelle
      • Kap 2.1 Teil 1 Gebäudemodell Lod 1
      • Kap 2.1 Teil 2 Gebäudemodell Lod 1 mit Attributen
      • Kap 2.2 Gebäudemodell LoD 2
      • Kap 3 ArcGIS CityEngine
      • weiteres
  • EN
    • CityGML Tutorial
View All Pages

Dies ist die Gitlab-Instanz des Transferportals der Hochschule für Technik Stuttgart. Hier geht es zurück zum Portal