Skip to content

RD2LatLong

mtbeek32 edited this page Feb 19, 2024 · 6 revisions

Geometric functions RD2LatLong

syntax

  • RD2LatLong(geometry, value type)

definition

RD2LatLong(geometry, value type) converts the geometry argument, expressed in the Dutch RD coordinate system towards the LatLong coordinate system.

The second optional argument is the value type of the resulting data item.

applies to

data item geometry with Point value type

since version

5.44

example

attribute<dpoint> district_LatLong (DDomain, polygon) := RD2LatLong(district_rd, dpoint);
district_rd district_LatLong
{21: {403025, 113810}{4 {21: {51.6155134, 4.7928460}{51
{17: {400990, 113269}{4 {17: {51.5971804, 4.7852773}{51
{19: {401238, 115099}{4 {19: {51.5995428, 4.8116626}{51

DDomain, nr of rows = 3

see also

Clone this wiki locally