Course · ← 0015 LADM In Depth · 0017 Adjustment → · depth track
Lesson 0016 · ~15 minutes
A flat parcel cannot express a flat. Apartments, basements, tunnels, air rights and utility corridors are all rights over volumes — and the model that handles them is the one you already know, extended by one class.
Stack twelve apartments on one footprint and the 2D cadastre records one parcel with twelve owners and no way to say who owns what. Run a metro tunnel under a private plot and the surface owner's rights and the transit authority's rights coexist in the same map coordinates. Sell the air above a railway for development and there is nothing on a flat map to sell.
These are not exotic cases. They are urban land administration, and they are where donor programmes go once rural coverage is done.
3D is not a separate part of LADM. It lives in the core model — Edition II was explicitly designed with 3D aspects throughout.1 Part 3 is marine geographic information; Part 4 is valuation. If you want the 3D machinery, you want Part 1, the same document you already needed.
You met the boundary classes in lesson 0015. The 3D story is entirely contained in the difference between two of them:
LA_Point a corner, in 2D or 3D
LA_BoundaryFaceString represents a 2D LA_SpatialUnit ← a parcel outline
LA_BoundaryFace represents a 3D LA_SpatialUnit ← a face bounding a volume
LADM uses LA_BoundaryFaceString to represent a 2D spatial unit and LA_BoundaryFace to represent a 3D spatial unit such as a 3D parcel.2 Everything else — party, RRR, BAUnit, sources, versioning — is unchanged. A 3D parcel is a spatial unit like any other; only its bounding representation differs.
Two further classes give the common cases names. LA_LegalSpaceBuildingUnit defines a building unit with legal spaces that may serve different purposes — living or commercial — where a building, or part of it, is not equivalent to the physical separation.2 And LA_LegalSpaceUtilityNetwork covers pipes and cables, which is lesson 0014's network reappearing as a rights-bearing volume rather than a graph.
Legal space is not physical space. The apartment you own is a legal volume defined by its documented boundaries; the wall is a physical object that may sit inside, outside or across that volume. The phrase in the standard — a building or part of it is not equivalent to the physical separation — is doing precise work. Model the legal space from the legal document, and treat the BIM or survey model as evidence for it, never as the thing itself.
3D legal spaces have to be sourced from somewhere, and the two candidates come from a different industry than GIS.
| Standard | Is | Role here |
|---|---|---|
| IFC | Open BIM — how buildings are designed and documented | The as-designed geometry. Cartesian points map to LA_Point; polyloops formed from those points equate to LA_BoundaryFaceString; connected faces to LA_BoundaryFace.3 |
| CityGML | City modelling, with levels of detail | The city-scale context — how the registered volume sits among its neighbours |
| LADM | The rights model | What is owned, by whom, on what basis |
That IFC mapping is the practical route into 3D registration: developers already produce IFC models for permitting, so the geometry exists before the registry needs it. The work is extracting legal spaces from a physical model — and deciding who certifies that extraction.
The data model is the easy part. Real implementations report difficulty in creating 3D legal spaces, extracting boundary faces, representing vertical extents such as airspace rights, and applying virtual boundaries.4 Unpacked, that is four distinct problems:
Which leads to the honest scoping advice: for a fit-for-purpose rural programme, 3D is out of scope and saying so plainly is a strength. For an urban formalisation or condominium register, it is the requirement — and pretending 2D will do just defers the rewrite.
"Design of the new structure and capabilities of LADM Edition II including 3D aspects", Land Use Policy — how 3D was worked into the core model rather than bolted on:
sciencedirect.com/science/article/pii/S0264837723004696
Then, for the BIM route into it, "Working with Open BIM Standards to Source Legal Spaces for a 3D Cadastre" (open access) and "Utilizing BIM and GIS for Representation and Visualization of 3D Cadastre".