The CityObjects objects contains all CityObjects at the root and we represent a hierarchy by having 1st and 2nd level City Objects, plus the children and parents members.
For 1st level CityObjects it is clear that only 2nd level CityObjects can be their children.
But in the specs currently we have the example of a BuildingInstallation (2nd-level) being the child of a BuildingPart (2nd-level).
Just from this example I would assume then that one can nest as many 2nd-level objects under each other as one likes. Is this the case?
Is there a limit on how many 2nd-level CityObjects can be nested? For instance a deep hierarchy of BuildingInstallations?
The
CityObjects
objects contains all CityObjects at the root and we represent a hierarchy by having 1st and 2nd level City Objects, plus thechildren
andparents
members.For 1st level CityObjects it is clear that only 2nd level CityObjects can be their children. But in the specs currently we have the example of a BuildingInstallation (2nd-level) being the child of a BuildingPart (2nd-level). Just from this example I would assume then that one can nest as many 2nd-level objects under each other as one likes. Is this the case? Is there a limit on how many 2nd-level CityObjects can be nested? For instance a deep hierarchy of BuildingInstallations?