Static Public Member Functions | |
string[] | ReturnAnalysisLongitude (string Long) |
string[] | ReturnAnalysisLatitude (string Lat) |
string[] | WGS84toCartesian (double Long, double Lat, double h) |
string[] | SevenParameter_BursaWolf (double X84, double Y84, double Z84) |
string[] | TWD67toEllipsoidal (double X67C, double Y67C, double Z67C) |
string[] | TWD67EllipsoidaltoTM2 (double Long, double Lat) |
string[] | WGS84toTM2 (double Long, double Lat) |
string[] | WGS84toTWD67 (double Long, double Lat, double h) |
|
Parsing 120.38330 => 120. 22' 59.88"
|
|
Parsing 22.769338 => 22. 46' 9.62"
|
|
WGS-84 Ellipsoidal => Cartesian coordinate transformation
|
|
WGS-84 Cartesian -> TMD67 Cartesian
|
|
TWD67 Cartesian -> TWD67(Taiwan Datum 67, TWD-67) Ellipsoidal
|
|
TWD67(Taiwan Datum 67, TWD-67) Ellipsoidal -> TM2 (N,E)
|
|
Direct convert between WGS84 and TM2.
|
|
Direct convert between WGS84 and TWD67.
|