Skip to content

Cityobject Extended

CityObject with an 'extended' type, e.g. +ExtendedCityObject, including attributes and hierarchy.

Case

  • id: cityobject_extended
  • layer: conformance
  • family: spec_atom
  • artifact_mode: checked-in
  • source_kind: synthetic
  • representation: cityjson
  • path: cases/conformance/v2_0/cityobject_extended

Files

  • source: cases/conformance/v2_0/cityobject_extended/cityobject_extended.city.json

Source JSON

case.json

{
  "artifact_mode": "checked-in",
  "artifact_paths": {
    "source": "cases/conformance/v2_0/cityobject_extended/cityobject_extended.city.json"
  },
  "assertions": [
    "cityobject_extension_type_preserved",
    "cityobject_extension_members_preserved"
  ],
  "cityjson_version": "2.0",
  "description": "CityObject with an 'extended' type, e.g. +ExtendedCityObject, including attributes and hierarchy.",
  "family": "spec_atom",
  "geometry_kind": "dummy",
  "id": "cityobject_extended",
  "layer": "conformance",
  "representation": "cityjson",
  "source_kind": "synthetic",
  "version": 2
}

invariants.json

{
  "checks": [
    {
      "description": "Extended CityObject stay stable across roundtrip.",
      "id": "cityobject_extension_type_preserved"
    },
    {
      "description": "Extended CityObject members stay stable across roundtrip.",
      "id": "cityobject_extension_members_preserved"
    }
  ],
  "id": "cityobject_extended",
  "kind": "positive",
  "version": 1
}