Public Member Functions | |
| void | DoWork () |
| string | getStatus () |
| Point | convertLatLonToUtm (string lat, char ns, string lon, char ew, string format, string datum) |
Properties | |
| string | Status [get] |
Definition at line 9 of file UtmConvertService.cs.
| Point UtmConvert.UtmConvertService.convertLatLonToUtm | ( | string | lat, | |
| char | ns, | |||
| string | lon, | |||
| char | ew, | |||
| string | format, | |||
| string | datum | |||
| ) |
Implements UtmConvert.IUtmConvertService.
Definition at line 21 of file UtmConvertService.cs.
| void UtmConvert.UtmConvertService.DoWork | ( | ) |
Implements UtmConvert.IUtmConvertService.
Definition at line 10 of file UtmConvertService.cs.
| string UtmConvert.UtmConvertService.getStatus | ( | ) |
Implements UtmConvert.IUtmConvertService.
Definition at line 18 of file UtmConvertService.cs.
string UtmConvert.UtmConvertService.Status [get] |
Definition at line 14 of file UtmConvertService.cs.
1.6.3