Package-level declarations
Types
Link copied to clipboard
class CitygmlModel(val name: Option<String>, val boundingShape: BoundingShape, val cityObjects: List<AbstractCityObject>) : AbstractModel
Implementation of the CityGML data model according to version 2.0. See the official page from the Open Geospatial Consortium (OGC) for more.