Skip to content

Class: Height

Height represents a vertical distance (measured or estimated) between a low reference and a high reference. [cf. INSPIRE]

URI: citygml:Height

 classDiagram
    class Height
    click Height href "../Height/"
      Height : highReference





        Height --> "1" ElevationReferenceValue : highReference
        click ElevationReferenceValue href "../ElevationReferenceValue/"



      Height : lowReference





        Height --> "1" ElevationReferenceValue : lowReference
        click ElevationReferenceValue href "../ElevationReferenceValue/"



      Height : status





        Height --> "1" HeightStatusValue : status
        click HeightStatusValue href "../HeightStatusValue/"



      Height : value

Slots

Name Cardinality and Range Description Inheritance
highReference 1
ElevationReferenceValue
Indicates the high point used to calculate the value of the height direct
lowReference 1
ElevationReferenceValue
Indicates the low point used to calculate the value of the height direct
status 1
HeightStatusValue
Indicates the way the height has been captured direct
value 1
Float
Specifies the value of the height above or below ground direct

Usages

used by used in type used
AbstractConstruction height range Height
OtherConstruction height range Height
AbstractBridge height range Height
Bridge height range Height
BridgePart height range Height
AbstractBuilding height range Height
Building height range Height
BuildingPart height range Height
AbstractTunnel height range Height
Tunnel height range Height
TunnelPart height range Height

Identifier and Mapping Information

Schema Source

  • from schema: https://www.ogc.org/standards/citygml

Mappings

Mapping Type Mapped Value
self citygml:Height
native citygml:Height

LinkML Source

Direct

name: Height
description: Height represents a vertical distance (measured or estimated) between
  a low reference and a high reference. [cf. INSPIRE]
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
  highReference:
    name: highReference
    description: Indicates the high point used to calculate the value of the height.
      [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    domain_of:
    - Height
    - RoomHeight
    range: ElevationReferenceValue
    required: true
    multivalued: false
  lowReference:
    name: lowReference
    description: Indicates the low point used to calculate the value of the height.
      [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    domain_of:
    - Height
    - RoomHeight
    range: ElevationReferenceValue
    required: true
    multivalued: false
  status:
    name: status
    description: Indicates the way the height has been captured. [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    domain_of:
    - Height
    - RoomHeight
    range: HeightStatusValue
    required: true
    multivalued: false
  value:
    name: value
    description: Specifies the value of the height above or below ground. [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    domain_of:
    - Height
    - RoomHeight
    - DoubleOrNilReason
    - CodeAttribute
    - DateAttribute
    - DoubleAttribute
    - IntAttribute
    - MeasureAttribute
    - StringAttribute
    - UriAttribute
    range: float
    required: true
    multivalued: false

Induced

name: Height
description: Height represents a vertical distance (measured or estimated) between
  a low reference and a high reference. [cf. INSPIRE]
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
  highReference:
    name: highReference
    description: Indicates the high point used to calculate the value of the height.
      [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    alias: highReference
    owner: Height
    domain_of:
    - Height
    - RoomHeight
    range: ElevationReferenceValue
    required: true
    multivalued: false
  lowReference:
    name: lowReference
    description: Indicates the low point used to calculate the value of the height.
      [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    alias: lowReference
    owner: Height
    domain_of:
    - Height
    - RoomHeight
    range: ElevationReferenceValue
    required: true
    multivalued: false
  status:
    name: status
    description: Indicates the way the height has been captured. [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    alias: status
    owner: Height
    domain_of:
    - Height
    - RoomHeight
    range: HeightStatusValue
    required: true
    multivalued: false
  value:
    name: value
    description: Specifies the value of the height above or below ground. [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    alias: value
    owner: Height
    domain_of:
    - Height
    - RoomHeight
    - DoubleOrNilReason
    - CodeAttribute
    - DateAttribute
    - DoubleAttribute
    - IntAttribute
    - MeasureAttribute
    - StringAttribute
    - UriAttribute
    range: float
    required: true
    multivalued: false