3.0.0-draft.2019.06.05.1
clausnagel
released this
05 Jun 07:03
·
93 commits
to master
since this release
This is a new release of the draft OGC CityGML 3.0 Conceptual Model.
Notable changes and additions
- The attributes
occupancyDaytime
andoccupancyNighttime
were removed from the classAbstractSpace
. Instead, an attributeoccupancy
was introduced to the classesAbstractConstruction
,TrafficSpace
andTransportationComplex
, together with the data typeOccupancy
and the code listsIntervalValue
andOccupantTypeValue
. #62 - To make the UML model fully language-independent, a language-independent
DoubleList
type was defined which replaces thedoubleList
type from GML. #16 - To make the UML model fully language-independent, the classes
AbstractFeature
andAbstractGML
were removed from the UML model; instead, a comment was added to describe which attributes are inherited from these classes in the GML encoding. #18 - The attributes
minHeight
andmaxHeight
were added to the classPlantCover
. #34 - The attributes
rootBallDiameter
andmaxRootBallDepth
were added to the classSolitaryVegetationObject
. #50 - The class
AnyFeature
from ISO 19109 was added to the Core model to allow for the relationfeatureMember
also in CityGML 3. #61
See the change log for the complete list of changes. The changes to the UML model are also documented in this PDF document.
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.
The free an open-source tool citygml2-to-citygml3 allows for easily and automatically converting existing CityGML 2.0 datasets to CityGML 3.0.