Skip to content

Class: Elevation

Elevation is a data type that includes the elevation value itself and information on how this elevation was measured. [cf. INSPIRE]

URI: citygml:Elevation

 classDiagram
    class Elevation
    click Elevation href "../Elevation/"
      Elevation : elevationReference





        Elevation --> "1" ElevationReferenceValue : elevationReference
        click ElevationReferenceValue href "../ElevationReferenceValue/"



      Elevation : elevationValue

Slots

Name Cardinality and Range Description Inheritance
elevationReference 1
ElevationReferenceValue
Specifies the level from which the elevation was measured direct
elevationValue 1
String
Specifies the value of the elevation direct

Usages

used by used in type used
AbstractConstruction elevation range Elevation
OtherConstruction elevation range Elevation
AbstractBridge elevation range Elevation
Bridge elevation range Elevation
BridgePart elevation range Elevation
AbstractBuilding elevation range Elevation
AbstractBuildingSubdivision elevation range Elevation
Building elevation range Elevation
BuildingPart elevation range Elevation
BuildingUnit elevation range Elevation
Storey elevation range Elevation
AbstractTunnel elevation range Elevation
Tunnel elevation range Elevation
TunnelPart elevation range Elevation

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Elevation
description: Elevation is a data type that includes the elevation value itself and
  information on how this elevation was measured. [cf. INSPIRE]
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
  elevationReference:
    name: elevationReference
    description: Specifies the level from which the elevation was measured. [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    domain_of:
    - Elevation
    range: ElevationReferenceValue
    required: true
    multivalued: false
  elevationValue:
    name: elevationValue
    description: Specifies the value of the elevation. [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    domain_of:
    - Elevation
    range: string
    required: true
    multivalued: false

Induced

name: Elevation
description: Elevation is a data type that includes the elevation value itself and
  information on how this elevation was measured. [cf. INSPIRE]
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
  elevationReference:
    name: elevationReference
    description: Specifies the level from which the elevation was measured. [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    alias: elevationReference
    owner: Elevation
    domain_of:
    - Elevation
    range: ElevationReferenceValue
    required: true
    multivalued: false
  elevationValue:
    name: elevationValue
    description: Specifies the value of the elevation. [cf. INSPIRE]
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    alias: elevationValue
    owner: Elevation
    domain_of:
    - Elevation
    range: string
    required: true
    multivalued: false