3.0.0-draft.2018.12.17.1
clausnagel
released this
17 Dec 13:56
·
119 commits
to master
since this release
This is a new release of the draft OGC CityGML 3.0 Conceptual Model.
Notable changes and additions
- Resolved multiple inheritance in the model by introducing a new stereotype
<<TopLevelFeatureType>>
that replaces the previous abstract classAbstractTopLevelFeature
. Top-level feature types are no longer derived from this abstract class, but are now classified using the new stereotype. #32, #9- As a consequence, this allowed for reducing the concepts
Space
andSpaceBoundary
to mostly abstract classes in theCore
module.
- As a consequence, this allowed for reducing the concepts
- Replaced the aggregation between
Building
andBuildingPart
by a composition. #31 - Removed
PointCloud
from theCore
module and put it into a separate extension module. #14 - Simplified the
Construction
module. The semantics ofVoid
,VoidSurface
and openings (e.g.Door
,DoorSurface
) are now more precise. #3, #22
See the change log for the complete list of changes.
GML application schemas and test datasets for this release of the Conceptual Model are available from the releases section of the CityGML-3.0Encodings repository. Please make sure to download the matching release.