Class: AbstractTransportationSpace¶
AbstractTransportationSpace is the abstract superclass of transportation objects such as Roads, Tracks, Railways, Waterways or Squares.
- NOTE: this is an abstract class and should not be instantiated directly
URI: citygml:AbstractTransportationSpace
classDiagram
class AbstractTransportationSpace
click AbstractTransportationSpace href "../AbstractTransportationSpace/"
AbstractUnoccupiedSpace <|-- AbstractTransportationSpace
click AbstractUnoccupiedSpace href "../AbstractUnoccupiedSpace/"
AbstractTransportationSpace <|-- Intersection
click Intersection href "../Intersection/"
AbstractTransportationSpace <|-- Railway
click Railway href "../Railway/"
AbstractTransportationSpace <|-- Road
click Road href "../Road/"
AbstractTransportationSpace <|-- Section
click Section href "../Section/"
AbstractTransportationSpace <|-- Square
click Square href "../Square/"
AbstractTransportationSpace <|-- Track
click Track href "../Track/"
AbstractTransportationSpace <|-- Waterway
click Waterway href "../Waterway/"
AbstractTransportationSpace : adeOfAbstractCityObject
AbstractTransportationSpace --> "*" ADEOfAbstractCityObject : adeOfAbstractCityObject
click ADEOfAbstractCityObject href "../ADEOfAbstractCityObject/"
AbstractTransportationSpace : adeOfAbstractFeature
AbstractTransportationSpace --> "*" ADEOfAbstractFeature : adeOfAbstractFeature
click ADEOfAbstractFeature href "../ADEOfAbstractFeature/"
AbstractTransportationSpace : adeOfAbstractFeatureWithLifespan
AbstractTransportationSpace --> "*" ADEOfAbstractFeatureWithLifespan : adeOfAbstractFeatureWithLifespan
click ADEOfAbstractFeatureWithLifespan href "../ADEOfAbstractFeatureWithLifespan/"
AbstractTransportationSpace : adeOfAbstractPhysicalSpace
AbstractTransportationSpace --> "*" ADEOfAbstractPhysicalSpace : adeOfAbstractPhysicalSpace
click ADEOfAbstractPhysicalSpace href "../ADEOfAbstractPhysicalSpace/"
AbstractTransportationSpace : adeOfAbstractSpace
AbstractTransportationSpace --> "*" ADEOfAbstractSpace : adeOfAbstractSpace
click ADEOfAbstractSpace href "../ADEOfAbstractSpace/"
AbstractTransportationSpace : adeOfAbstractTransportationSpace
AbstractTransportationSpace --> "*" ADEOfAbstractTransportationSpace : adeOfAbstractTransportationSpace
click ADEOfAbstractTransportationSpace href "../ADEOfAbstractTransportationSpace/"
AbstractTransportationSpace : adeOfAbstractUnoccupiedSpace
AbstractTransportationSpace --> "*" ADEOfAbstractUnoccupiedSpace : adeOfAbstractUnoccupiedSpace
click ADEOfAbstractUnoccupiedSpace href "../ADEOfAbstractUnoccupiedSpace/"
AbstractTransportationSpace : appearance
AbstractTransportationSpace --> "*" AbstractAppearance : appearance
click AbstractAppearance href "../AbstractAppearance/"
AbstractTransportationSpace : area
AbstractTransportationSpace --> "*" QualifiedArea : area
click QualifiedArea href "../QualifiedArea/"
AbstractTransportationSpace : auxiliaryTrafficSpace
AbstractTransportationSpace --> "*" AuxiliaryTrafficSpace : auxiliaryTrafficSpace
click AuxiliaryTrafficSpace href "../AuxiliaryTrafficSpace/"
AbstractTransportationSpace : boundary
AbstractTransportationSpace --> "*" AbstractSpaceBoundary : boundary
click AbstractSpaceBoundary href "../AbstractSpaceBoundary/"
AbstractTransportationSpace : creationDate
AbstractTransportationSpace : description
AbstractTransportationSpace : dynamizer
AbstractTransportationSpace --> "*" AbstractDynamizer : dynamizer
click AbstractDynamizer href "../AbstractDynamizer/"
AbstractTransportationSpace : externalReference
AbstractTransportationSpace --> "*" ExternalReference : externalReference
click ExternalReference href "../ExternalReference/"
AbstractTransportationSpace : featureID
AbstractTransportationSpace --> "1" ID : featureID
click ID href "../ID/"
AbstractTransportationSpace : generalizesTo
AbstractTransportationSpace --> "*" AbstractCityObject : generalizesTo
click AbstractCityObject href "../AbstractCityObject/"
AbstractTransportationSpace : genericAttribute
AbstractTransportationSpace --> "*" AbstractGenericAttribute : genericAttribute
click AbstractGenericAttribute href "../AbstractGenericAttribute/"
AbstractTransportationSpace : hole
AbstractTransportationSpace --> "*" Hole : hole
click Hole href "../Hole/"
AbstractTransportationSpace : identifier
AbstractTransportationSpace : lod0MultiCurve
AbstractTransportationSpace : lod0MultiSurface
AbstractTransportationSpace : lod0Point
AbstractTransportationSpace : lod1Solid
AbstractTransportationSpace : lod1TerrainIntersectionCurve
AbstractTransportationSpace : lod2MultiCurve
AbstractTransportationSpace : lod2MultiSurface
AbstractTransportationSpace : lod2Solid
AbstractTransportationSpace : lod2TerrainIntersectionCurve
AbstractTransportationSpace : lod3MultiCurve
AbstractTransportationSpace : lod3MultiSurface
AbstractTransportationSpace : lod3Solid
AbstractTransportationSpace : lod3TerrainIntersectionCurve
AbstractTransportationSpace : marking
AbstractTransportationSpace --> "*" Marking : marking
click Marking href "../Marking/"
AbstractTransportationSpace : name
AbstractTransportationSpace : occupancy
AbstractTransportationSpace --> "*" Occupancy : occupancy
click Occupancy href "../Occupancy/"
AbstractTransportationSpace : pointCloud
AbstractTransportationSpace --> "0..1" AbstractPointCloud : pointCloud
click AbstractPointCloud href "../AbstractPointCloud/"
AbstractTransportationSpace : relatedTo
AbstractTransportationSpace --> "*" AbstractCityObject : relatedTo
click AbstractCityObject href "../AbstractCityObject/"
AbstractTransportationSpace : relativeToTerrain
AbstractTransportationSpace --> "0..1" RelativeToTerrain : relativeToTerrain
click RelativeToTerrain href "../RelativeToTerrain/"
AbstractTransportationSpace : relativeToWater
AbstractTransportationSpace --> "0..1" RelativeToWater : relativeToWater
click RelativeToWater href "../RelativeToWater/"
AbstractTransportationSpace : spaceType
AbstractTransportationSpace --> "0..1" SpaceType : spaceType
click SpaceType href "../SpaceType/"
AbstractTransportationSpace : terminationDate
AbstractTransportationSpace : trafficDirection
AbstractTransportationSpace --> "0..1" TrafficDirectionValue : trafficDirection
click TrafficDirectionValue href "../TrafficDirectionValue/"
AbstractTransportationSpace : trafficSpace
AbstractTransportationSpace --> "*" TrafficSpace : trafficSpace
click TrafficSpace href "../TrafficSpace/"
AbstractTransportationSpace : validFrom
AbstractTransportationSpace : validTo
AbstractTransportationSpace : volume
AbstractTransportationSpace --> "*" QualifiedVolume : volume
click QualifiedVolume href "../QualifiedVolume/"
Inheritance¶
- AbstractFeature
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| trafficDirection | 0..1 TrafficDirectionValue |
Indicates the direction of traffic flow relative to the corresponding linear ... | direct |
| occupancy | * Occupancy |
Provides information on the residency of persons, vehicles, or other moving f... | direct |
| adeOfAbstractTransportationSpace | * ADEOfAbstractTransportationSpace |
Augments AbstractTransportationSpace with properties defined in an ADE | direct |
| auxiliaryTrafficSpace | * AuxiliaryTrafficSpace |
Relates to the auxiliary traffic spaces that are part of the transportation s... | direct |
| hole | * Hole |
Relates to the holes that are part of the transportation space | direct |
| trafficSpace | * TrafficSpace |
Relates to the traffic spaces that are part of the transportation space | direct |
| marking | * Marking |
Relates to the markings that are part of the transportation space | direct |
| adeOfAbstractUnoccupiedSpace | * ADEOfAbstractUnoccupiedSpace |
Augments AbstractUnoccupiedSpace with properties defined in an ADE | AbstractUnoccupiedSpace |
| adeOfAbstractPhysicalSpace | * ADEOfAbstractPhysicalSpace |
Augments AbstractPhysicalSpace with properties defined in an ADE | AbstractPhysicalSpace |
| lod3TerrainIntersectionCurve | 0..1 String |
Relates to a 3D MultiCurve geometry that represents the terrain intersection ... | AbstractPhysicalSpace |
| pointCloud | 0..1 AbstractPointCloud |
Relates to a 3D PointCloud that represents the physical space | AbstractPhysicalSpace |
| lod1TerrainIntersectionCurve | 0..1 String |
Relates to a 3D MultiCurve geometry that represents the terrain intersection ... | AbstractPhysicalSpace |
| lod2TerrainIntersectionCurve | 0..1 String |
Relates to a 3D MultiCurve geometry that represents the terrain intersection ... | AbstractPhysicalSpace |
| spaceType | 0..1 SpaceType |
Specifies the degree of openness of a space | AbstractSpace |
| volume | * QualifiedVolume |
Specifies qualified volumes related to the space | AbstractSpace |
| area | * QualifiedArea |
Specifies qualified areas related to the space | AbstractSpace |
| adeOfAbstractSpace | * ADEOfAbstractSpace |
Augments AbstractSpace with properties defined in an ADE | AbstractSpace |
| lod2MultiCurve | 0..1 String |
Relates to a 3D MultiCurve geometry that represents the space in Level of Det... | AbstractSpace |
| lod3MultiSurface | 0..1 String |
Relates to a 3D MultiSurface geometry that represents the space in Level of D... | AbstractSpace |
| lod0MultiSurface | 0..1 String |
Relates to a 3D MultiSurface geometry that represents the space in Level of D... | AbstractSpace |
| lod1Solid | 0..1 String |
Relates to a 3D Solid geometry that represents the space in Level of Detail 1 | AbstractSpace |
| lod3Solid | 0..1 String |
Relates to a 3D Solid geometry that represents the space in Level of Detail 3 | AbstractSpace |
| boundary | * AbstractSpaceBoundary |
Relates to surfaces that bound the space | AbstractSpace |
| lod0MultiCurve | 0..1 String |
Relates to a 3D MultiCurve geometry that represents the space in Level of Det... | AbstractSpace |
| lod2Solid | 0..1 String |
Relates to a 3D Solid geometry that represents the space in Level of Detail 2 | AbstractSpace |
| lod0Point | 0..1 String |
Relates to a 3D Point geometry that represents the space in Level of Detail 0 | AbstractSpace |
| lod3MultiCurve | 0..1 String |
Relates to a 3D MultiCurve geometry that represents the space in Level of Det... | AbstractSpace |
| lod2MultiSurface | 0..1 String |
Relates to a 3D MultiSurface geometry that represents the space in Level of D... | AbstractSpace |
| relativeToTerrain | 0..1 RelativeToTerrain |
Describes the vertical position of the city object relative to the surroundin... | AbstractCityObject |
| relativeToWater | 0..1 RelativeToWater |
Describes the vertical position of the city object relative to the surroundin... | AbstractCityObject |
| adeOfAbstractCityObject | * ADEOfAbstractCityObject |
Augments AbstractCityObject with properties defined in an ADE | AbstractCityObject |
| appearance | * AbstractAppearance |
Relates appearances to the city object | AbstractCityObject |
| genericAttribute | * AbstractGenericAttribute |
Relates generic attributes to the city object | AbstractCityObject |
| generalizesTo | * AbstractCityObject |
Relates generalized representations of the same real-world object in differen... | AbstractCityObject |
| externalReference | * ExternalReference |
References external objects in other information systems that have a relation... | AbstractCityObject |
| relatedTo | * AbstractCityObject |
AbstractCityObject | |
| dynamizer | * AbstractDynamizer |
Relates Dynamizer objects to the city object | AbstractCityObject |
| creationDate | 0..1 Datetime |
Indicates the date at which a CityGML feature was added to the CityModel | AbstractFeatureWithLifespan |
| terminationDate | 0..1 Datetime |
Indicates the date at which a CityGML feature was removed from the CityModel | AbstractFeatureWithLifespan |
| validFrom | 0..1 Datetime |
Indicates the date at which a CityGML feature started to exist in the real wo... | AbstractFeatureWithLifespan |
| validTo | 0..1 Datetime |
Indicates the date at which a CityGML feature ended to exist in the real worl... | AbstractFeatureWithLifespan |
| adeOfAbstractFeatureWithLifespan | * ADEOfAbstractFeatureWithLifespan |
Augments AbstractFeatureWithLifespan with properties defined in an ADE | AbstractFeatureWithLifespan |
| featureID | 1 ID |
AbstractFeature | |
| identifier | 0..1 String |
AbstractFeature | |
| name | * String |
AbstractFeature | |
| description | 0..1 String |
AbstractFeature | |
| adeOfAbstractFeature | * ADEOfAbstractFeature |
Augments AbstractFeature with properties defined in an ADE | AbstractFeature |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://www.ogc.org/standards/citygml
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | citygml:AbstractTransportationSpace |
| native | citygml:AbstractTransportationSpace |
LinkML Source¶
Direct¶
name: AbstractTransportationSpace
description: AbstractTransportationSpace is the abstract superclass of transportation
objects such as Roads, Tracks, Railways, Waterways or Squares.
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractUnoccupiedSpace
abstract: true
attributes:
trafficDirection:
name: trafficDirection
description: Indicates the direction of traffic flow relative to the corresponding
linear geometry representation.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- AbstractTransportationSpace
- TrafficSpace
range: TrafficDirectionValue
required: false
multivalued: false
occupancy:
name: occupancy
description: Provides information on the residency of persons, vehicles, or other
moving features in the transportation space.
from_schema: https://www.ogc.org/standards/citygml
domain_of:
- AbstractConstruction
- AbstractTransportationSpace
- TrafficSpace
range: Occupancy
required: false
multivalued: true
adeOfAbstractTransportationSpace:
name: adeOfAbstractTransportationSpace
description: Augments AbstractTransportationSpace with properties defined in an
ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- AbstractTransportationSpace
range: ADEOfAbstractTransportationSpace
required: false
multivalued: true
auxiliaryTrafficSpace:
name: auxiliaryTrafficSpace
description: Relates to the auxiliary traffic spaces that are part of the transportation
space.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- AbstractTransportationSpace
range: AuxiliaryTrafficSpace
required: false
multivalued: true
hole:
name: hole
description: Relates to the holes that are part of the transportation space.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- AbstractTransportationSpace
range: Hole
required: false
multivalued: true
trafficSpace:
name: trafficSpace
description: Relates to the traffic spaces that are part of the transportation
space.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- AbstractTransportationSpace
range: TrafficSpace
required: false
multivalued: true
marking:
name: marking
description: Relates to the markings that are part of the transportation space.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- AbstractTransportationSpace
range: Marking
required: false
multivalued: true
Induced¶
name: AbstractTransportationSpace
description: AbstractTransportationSpace is the abstract superclass of transportation
objects such as Roads, Tracks, Railways, Waterways or Squares.
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractUnoccupiedSpace
abstract: true
attributes:
trafficDirection:
name: trafficDirection
description: Indicates the direction of traffic flow relative to the corresponding
linear geometry representation.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: trafficDirection
owner: AbstractTransportationSpace
domain_of:
- AbstractTransportationSpace
- TrafficSpace
range: TrafficDirectionValue
required: false
multivalued: false
occupancy:
name: occupancy
description: Provides information on the residency of persons, vehicles, or other
moving features in the transportation space.
from_schema: https://www.ogc.org/standards/citygml
alias: occupancy
owner: AbstractTransportationSpace
domain_of:
- AbstractConstruction
- AbstractTransportationSpace
- TrafficSpace
range: Occupancy
required: false
multivalued: true
adeOfAbstractTransportationSpace:
name: adeOfAbstractTransportationSpace
description: Augments AbstractTransportationSpace with properties defined in an
ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractTransportationSpace
owner: AbstractTransportationSpace
domain_of:
- AbstractTransportationSpace
range: ADEOfAbstractTransportationSpace
required: false
multivalued: true
auxiliaryTrafficSpace:
name: auxiliaryTrafficSpace
description: Relates to the auxiliary traffic spaces that are part of the transportation
space.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: auxiliaryTrafficSpace
owner: AbstractTransportationSpace
domain_of:
- AbstractTransportationSpace
range: AuxiliaryTrafficSpace
required: false
multivalued: true
hole:
name: hole
description: Relates to the holes that are part of the transportation space.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: hole
owner: AbstractTransportationSpace
domain_of:
- AbstractTransportationSpace
range: Hole
required: false
multivalued: true
trafficSpace:
name: trafficSpace
description: Relates to the traffic spaces that are part of the transportation
space.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: trafficSpace
owner: AbstractTransportationSpace
domain_of:
- AbstractTransportationSpace
range: TrafficSpace
required: false
multivalued: true
marking:
name: marking
description: Relates to the markings that are part of the transportation space.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: marking
owner: AbstractTransportationSpace
domain_of:
- AbstractTransportationSpace
range: Marking
required: false
multivalued: true
adeOfAbstractUnoccupiedSpace:
name: adeOfAbstractUnoccupiedSpace
description: Augments AbstractUnoccupiedSpace with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractUnoccupiedSpace
owner: AbstractTransportationSpace
domain_of:
- AbstractUnoccupiedSpace
range: ADEOfAbstractUnoccupiedSpace
required: false
multivalued: true
adeOfAbstractPhysicalSpace:
name: adeOfAbstractPhysicalSpace
description: Augments AbstractPhysicalSpace with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractPhysicalSpace
owner: AbstractTransportationSpace
domain_of:
- AbstractPhysicalSpace
range: ADEOfAbstractPhysicalSpace
required: false
multivalued: true
lod3TerrainIntersectionCurve:
name: lod3TerrainIntersectionCurve
description: Relates to a 3D MultiCurve geometry that represents the terrain intersection
curve of the physical space in Level of Detail 3.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod3TerrainIntersectionCurve
owner: AbstractTransportationSpace
domain_of:
- AbstractPhysicalSpace
range: string
required: false
multivalued: false
pointCloud:
name: pointCloud
description: Relates to a 3D PointCloud that represents the physical space.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: pointCloud
owner: AbstractTransportationSpace
domain_of:
- AbstractPhysicalSpace
- AbstractThematicSurface
- MassPointRelief
range: AbstractPointCloud
required: false
multivalued: false
lod1TerrainIntersectionCurve:
name: lod1TerrainIntersectionCurve
description: Relates to a 3D MultiCurve geometry that represents the terrain intersection
curve of the physical space in Level of Detail 1.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod1TerrainIntersectionCurve
owner: AbstractTransportationSpace
domain_of:
- AbstractPhysicalSpace
range: string
required: false
multivalued: false
lod2TerrainIntersectionCurve:
name: lod2TerrainIntersectionCurve
description: Relates to a 3D MultiCurve geometry that represents the terrain intersection
curve of the physical space in Level of Detail 2.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod2TerrainIntersectionCurve
owner: AbstractTransportationSpace
domain_of:
- AbstractPhysicalSpace
range: string
required: false
multivalued: false
spaceType:
name: spaceType
description: Specifies the degree of openness of a space.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: spaceType
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
range: SpaceType
required: false
multivalued: false
volume:
name: volume
description: Specifies qualified volumes related to the space.
from_schema: https://www.ogc.org/standards/citygml
alias: volume
owner: AbstractTransportationSpace
domain_of:
- QualifiedVolume
- AbstractSpace
range: QualifiedVolume
required: false
multivalued: true
area:
name: area
description: Specifies qualified areas related to the space.
from_schema: https://www.ogc.org/standards/citygml
alias: area
owner: AbstractTransportationSpace
domain_of:
- QualifiedArea
- AbstractSpace
- AbstractThematicSurface
range: QualifiedArea
required: false
multivalued: true
adeOfAbstractSpace:
name: adeOfAbstractSpace
description: Augments AbstractSpace with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractSpace
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
range: ADEOfAbstractSpace
required: false
multivalued: true
lod2MultiCurve:
name: lod2MultiCurve
description: Relates to a 3D MultiCurve geometry that represents the space in
Level of Detail 2.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod2MultiCurve
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
range: string
required: false
multivalued: false
lod3MultiSurface:
name: lod3MultiSurface
description: Relates to a 3D MultiSurface geometry that represents the space in
Level of Detail 3.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod3MultiSurface
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
- AbstractThematicSurface
range: string
required: false
multivalued: false
lod0MultiSurface:
name: lod0MultiSurface
description: Relates to a 3D MultiSurface geometry that represents the space in
Level of Detail 0.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod0MultiSurface
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
- AbstractThematicSurface
range: string
required: false
multivalued: false
lod1Solid:
name: lod1Solid
description: Relates to a 3D Solid geometry that represents the space in Level
of Detail 1.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod1Solid
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
range: string
required: false
multivalued: false
lod3Solid:
name: lod3Solid
description: Relates to a 3D Solid geometry that represents the space in Level
of Detail 3.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod3Solid
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
range: string
required: false
multivalued: false
boundary:
name: boundary
description: Relates to surfaces that bound the space.
from_schema: https://www.ogc.org/standards/citygml
alias: boundary
owner: AbstractTransportationSpace
domain_of:
- AbstractConstruction
- AbstractConstructiveElement
- AbstractInstallation
- Door
- Window
- BridgeRoom
- BuildingRoom
- Storey
- AbstractSpace
- AuxiliaryTrafficSpace
- Hole
- TrafficSpace
- HollowSpace
- WaterBody
range: AbstractSpaceBoundary
required: false
multivalued: true
lod0MultiCurve:
name: lod0MultiCurve
description: Relates to a 3D MultiCurve geometry that represents the space in
Level of Detail 0.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod0MultiCurve
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
- AbstractThematicSurface
range: string
required: false
multivalued: false
lod2Solid:
name: lod2Solid
description: Relates to a 3D Solid geometry that represents the space in Level
of Detail 2.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod2Solid
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
range: string
required: false
multivalued: false
lod0Point:
name: lod0Point
description: Relates to a 3D Point geometry that represents the space in Level
of Detail 0.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod0Point
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
range: string
required: false
multivalued: false
lod3MultiCurve:
name: lod3MultiCurve
description: Relates to a 3D MultiCurve geometry that represents the space in
Level of Detail 3.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod3MultiCurve
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
range: string
required: false
multivalued: false
lod2MultiSurface:
name: lod2MultiSurface
description: Relates to a 3D MultiSurface geometry that represents the space in
Level of Detail 2.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: lod2MultiSurface
owner: AbstractTransportationSpace
domain_of:
- AbstractSpace
- AbstractThematicSurface
range: string
required: false
multivalued: false
relativeToTerrain:
name: relativeToTerrain
description: Describes the vertical position of the city object relative to the
surrounding terrain.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: relativeToTerrain
owner: AbstractTransportationSpace
domain_of:
- AbstractCityObject
range: RelativeToTerrain
required: false
multivalued: false
relativeToWater:
name: relativeToWater
description: Describes the vertical position of the city object relative to the
surrounding water surface.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: relativeToWater
owner: AbstractTransportationSpace
domain_of:
- AbstractCityObject
range: RelativeToWater
required: false
multivalued: false
adeOfAbstractCityObject:
name: adeOfAbstractCityObject
description: Augments AbstractCityObject with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractCityObject
owner: AbstractTransportationSpace
domain_of:
- AbstractCityObject
range: ADEOfAbstractCityObject
required: false
multivalued: true
appearance:
name: appearance
description: Relates appearances to the city object.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: appearance
owner: AbstractTransportationSpace
domain_of:
- AbstractCityObject
- ImplicitGeometry
range: AbstractAppearance
required: false
multivalued: true
genericAttribute:
name: genericAttribute
description: Relates generic attributes to the city object.
from_schema: https://www.ogc.org/standards/citygml
alias: genericAttribute
owner: AbstractTransportationSpace
domain_of:
- GenericAttributeSet
- AbstractCityObject
range: AbstractGenericAttribute
required: false
multivalued: true
generalizesTo:
name: generalizesTo
description: Relates generalized representations of the same real-world object
in different Levels of Detail to the city object. The direction of this relation
is from the city object to the corresponding generalized city objects.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: generalizesTo
owner: AbstractTransportationSpace
domain_of:
- AbstractCityObject
range: AbstractCityObject
required: false
multivalued: true
externalReference:
name: externalReference
description: References external objects in other information systems that have
a relation to the city object.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: externalReference
owner: AbstractTransportationSpace
domain_of:
- AbstractCityObject
range: ExternalReference
required: false
multivalued: true
relatedTo:
name: relatedTo
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: relatedTo
owner: AbstractTransportationSpace
domain_of:
- AbstractCityObject
range: AbstractCityObject
required: false
multivalued: true
dynamizer:
name: dynamizer
description: Relates Dynamizer objects to the city object. These allow timeseries
data to override static attribute values of the city object.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: dynamizer
owner: AbstractTransportationSpace
domain_of:
- AbstractCityObject
range: AbstractDynamizer
required: false
multivalued: true
creationDate:
name: creationDate
description: Indicates the date at which a CityGML feature was added to the CityModel.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: creationDate
owner: AbstractTransportationSpace
domain_of:
- AbstractFeatureWithLifespan
range: datetime
required: false
multivalued: false
terminationDate:
name: terminationDate
description: Indicates the date at which a CityGML feature was removed from the
CityModel.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: terminationDate
owner: AbstractTransportationSpace
domain_of:
- AbstractFeatureWithLifespan
range: datetime
required: false
multivalued: false
validFrom:
name: validFrom
description: Indicates the date at which a CityGML feature started to exist in
the real world.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: validFrom
owner: AbstractTransportationSpace
domain_of:
- AbstractFeatureWithLifespan
range: datetime
required: false
multivalued: false
validTo:
name: validTo
description: Indicates the date at which a CityGML feature ended to exist in the
real world.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: validTo
owner: AbstractTransportationSpace
domain_of:
- AbstractFeatureWithLifespan
range: datetime
required: false
multivalued: false
adeOfAbstractFeatureWithLifespan:
name: adeOfAbstractFeatureWithLifespan
description: Augments AbstractFeatureWithLifespan with properties defined in an
ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractFeatureWithLifespan
owner: AbstractTransportationSpace
domain_of:
- AbstractFeatureWithLifespan
range: ADEOfAbstractFeatureWithLifespan
required: false
multivalued: true
featureID:
name: featureID
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: featureID
owner: AbstractTransportationSpace
domain_of:
- AbstractFeature
range: ID
required: true
multivalued: false
identifier:
name: identifier
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: identifier
owner: AbstractTransportationSpace
domain_of:
- AbstractFeature
range: string
required: false
multivalued: false
name:
name: name
from_schema: https://www.ogc.org/standards/citygml
alias: name
owner: AbstractTransportationSpace
domain_of:
- CodeAttribute
- DateAttribute
- DoubleAttribute
- GenericAttributeSet
- IntAttribute
- MeasureAttribute
- StringAttribute
- UriAttribute
- AbstractFeature
range: string
required: false
multivalued: true
description:
name: description
from_schema: https://www.ogc.org/standards/citygml
alias: description
owner: AbstractTransportationSpace
domain_of:
- ConstructionEvent
- AbstractFeature
range: string
required: false
multivalued: false
adeOfAbstractFeature:
name: adeOfAbstractFeature
description: Augments AbstractFeature with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractFeature
owner: AbstractTransportationSpace
domain_of:
- AbstractFeature
range: ADEOfAbstractFeature
required: false
multivalued: true