Skip to content

Class: AltitudeCoordinate

An altitudinal vertical position (i.e., distance from sea level).The reference frame or system is specified. The term'altitude' is used instead of the common term 'elevation' to conform to the terminologyin Federal Information Processing Standards 70-1 and 173.

URI: basin3d_schema:AltitudeCoordinate

classDiagram class AltitudeCoordinate VerticalCoordinate <|-- AltitudeCoordinate AltitudeCoordinate : datum AltitudeCoordinate : distance_units AltitudeCoordinate : encoding_method AltitudeCoordinate : resolution AltitudeCoordinate : type AltitudeCoordinate : value

Inheritance

Slots

Name Cardinality and Range Description
datum 0..1
xsd:string
encoding_method 0..1
VerticalCoordinateEncodingEnum
value 0..1
xsd:float
distance_units 0..1
VerticalCoordinateDistanceEnum
type 0..1
ObservationDatumEnum
resolution 0..1
xsd:float

Usages

used by used in type used
AbsoluteCoordinate vertical_extent range AltitudeCoordinate

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/cmungall/basin3d_schema/core

Mappings

Mapping Type Mapped Value
self ['basin3d_schema:AltitudeCoordinate']
native ['basin3d_schema:AltitudeCoordinate']

LinkML Specification

Direct

name: AltitudeCoordinate
description: An altitudinal vertical position (i.e., distance from sea level).The
  reference frame or system is specified. The term'altitude' is used instead of the
  common term 'elevation' to conform to the terminologyin Federal Information Processing
  Standards 70-1 and 173.
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: VerticalCoordinate
attributes:
  datum:
    name: datum
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    range: AltitudeCoordinateDatumEnum

Induced

name: AltitudeCoordinate
description: An altitudinal vertical position (i.e., distance from sea level).The
  reference frame or system is specified. The term'altitude' is used instead of the
  common term 'elevation' to conform to the terminologyin Federal Information Processing
  Standards 70-1 and 173.
from_schema: https://w3id.org/cmungall/basin3d_schema/core
rank: 1000
is_a: VerticalCoordinate
attributes:
  datum:
    name: datum
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    alias: datum
    owner: AltitudeCoordinate
    domain_of:
    - VerticalCoordinate
    - AltitudeCoordinate
    - HorizontalCoordinate
    range: string
  encoding_method:
    name: encoding_method
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: encoding_method
    owner: AltitudeCoordinate
    domain_of:
    - VerticalCoordinate
    range: VerticalCoordinateEncodingEnum
  value:
    name: value
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    alias: value
    owner: AltitudeCoordinate
    domain_of:
    - TimeValuePair
    - VerticalCoordinate
    range: float
  distance_units:
    name: distance_units
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: distance_units
    owner: AltitudeCoordinate
    domain_of:
    - VerticalCoordinate
    range: VerticalCoordinateDistanceEnum
  type:
    name: type
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    alias: type
    owner: AltitudeCoordinate
    domain_of:
    - Observation
    - VerticalCoordinate
    - HorizontalCoordinate
    range: ObservationDatumEnum
  resolution:
    name: resolution
    from_schema: https://w3id.org/cmungall/basin3d_schema/core
    rank: 1000
    alias: resolution
    owner: AltitudeCoordinate
    domain_of:
    - VerticalCoordinate
    range: float