RD2LatLongGE

geometric-functions RD2LatLongGE

syntax

  • RD2LatLongGE(geometry, value type)

definition

RD2LatLongGE(geometry, value type) converts the geometry argument, expressed in the Dutch RD coordinate system towards the Wgs84 projection used in Google Earth (Wgs84 projection with a lineair correction)

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_LatLongGE(DDomain, polygon) := RD2LatLongGE(district_rd, dpoint);
district_rd district_LatLongGE
{21: {403025, 113810}{4 {21: {51.6146385, 4.7925546}{51
{17: {400990, 113269}{4 {17: {51.5963092, 4.7849878}{51
{19: {401238, 115099}{4 {19: {51.5986712, 4.8113673}{51

DDomain, nr of rows = 3

see also