Geographic point Data Model

Domain

The schema is part of the Domain

Description

A GeographicPoint defines a geographic point through coordinates.

Data model

A JSON Schema corresponding to this data model can be found here.

The Data model is defined as shown below:

  • x : x coordinate (usually latitude)

  • Optional

  • y : y coordinate (usually longitude)

  • Optional

  • z : z coordinate (usually elevation)

  • Optional

TMForum APIs that use this schema

Taking into consideration the snapshot of 04/02/2020 04:59:16 UTC the list of TMForum Open APIs that uses this schemas is:

Coming soon