Public Member Functions | |
| LatLongToUtm () | |
| void | getUtm (double lat, double lon) |
Properties | |
| Datum | Datum [get, set] |
| double | Easting [get] |
| double | x [get] |
| double | Northing [get] |
| double | y [get] |
| string | Zone [get] |
| int | CentralMeridian [get] |
Definition at line 7 of file LatLongToUtm.cs.
| UtmConvert.LatLongToUtm.LatLongToUtm | ( | ) |
Definition at line 139 of file LatLongToUtm.cs.
| void UtmConvert.LatLongToUtm.getUtm | ( | double | lat, | |
| double | lon | |||
| ) |
Definition at line 146 of file LatLongToUtm.cs.
int UtmConvert.LatLongToUtm.CentralMeridian [get] |
Definition at line 134 of file LatLongToUtm.cs.
Datum UtmConvert.LatLongToUtm.Datum [get, set] |
Definition at line 74 of file LatLongToUtm.cs.
double UtmConvert.LatLongToUtm.Easting [get] |
Definition at line 114 of file LatLongToUtm.cs.
double UtmConvert.LatLongToUtm.Northing [get] |
Definition at line 121 of file LatLongToUtm.cs.
double UtmConvert.LatLongToUtm.x [get] |
Definition at line 117 of file LatLongToUtm.cs.
double UtmConvert.LatLongToUtm.y [get] |
Definition at line 124 of file LatLongToUtm.cs.
string UtmConvert.LatLongToUtm.Zone [get] |
Definition at line 129 of file LatLongToUtm.cs.
1.5.9