Point

A geographic point consisting of an X and Y coordinate. Each coordinate value is expressed separately providing its value and format.

Properties

Name Type Cardinality
xCoordinate SpatialCoordinate 0..1
yCoordinate SpatialCoordinate 0..1

xCoordinate

An X coordinate (latitudinal equivalent) value and format expressed using the Spatial Coordinate structure.

yCoordinate

A Y coordinate (longitudinal equivalent) value and format expressed using the Spatial Coordinate structure.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Point [ label = "{<id>Point | + xCoordinate : SpatialCoordinate \l + yCoordinate : SpatialCoordinate \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Point" ] subgraph { label = "" node [ color = "#" ] } }