RD2LatLongWgs84

geometric-functions RD2LatLongWgs84

syntax

  • RD2LatLongWgs84(geometry, value type)

definition

RD2LatLongWgs84(geometry, value type) converts the geometry argument, expressed in the Dutch RD coordinate system towards the Wgs84 projection of 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_LatLongWgs84 (DDomain, polygon) := RD2LatLongWgs84(district_rd, dpoint);
district_rd district_LatLongWgs84
{21: {403025, 113810}{4 {21: {51.6145901, 4.7924961}{51
{17: {400990, 113269}{4 {17: {51.5962592, 4.7849284}{51
{19: {401238, 115099}{4 {19: {51.5986213, 4.8113099}{51

DDomain, nr of rows = 3

see also