A coordinate transformation library for dhdn2001 coordinate reference systems in elm.
Geocentric is represented by x, y, and z coordinates.
Geographic is represented by longitude, latitude and height coordinates.
GK is represented by a zone and northern, eastern and height coordinates.
Zone represents the three DHDN2001 Zones 3, 4 and 5.
bessel : Geodesy.Spheroid
bessel represents Bessel Spheroid.
geocentric : Geodesy.WGS84.CoordinateReferenceSystem Geocentric
geocentric represents the DHDN2001 geocentric coordinate reference system.
geographic : Geodesy.WGS84.CoordinateReferenceSystem Geographic
geographic represents the DHDN2001 geographic coordinate reference system.
gk : Geodesy.WGS84.CoordinateReferenceSystem GK
gk represents the DHDN2001 gauss kruger coordinate reference system.