MapPoint (gb.map)
This class define a Latitude/Longitude points and provide tools to deal with them.
This class is made to work with World Geodetic
System 1984 (WGS84)
EPSG:4326
Static methods
ArrayFromString
|
|
ArrayToString
|
|
Bearing
|
Calculate the initial bearing (in degrees) that leads from one point to another point
specified by latitude / longitude.
|
Distance
|
Calculate geodesic distance (in m) between two points specified by latitude / longitude (in numeric degrees).
|
From
|
Calculate destination point given starting point lat / long (numeric degrees),
bearing (numeric degrees) & distance (in m).
|
FromString
|
|
GetCenter
|
Returns the Central Point between several MapPoints
|
SwapAll
|
|
ToString
|
|
Properties
Methods