Public Member Functions | |
void | DoWork () |
Point | convertLatLonToUtm (string lat, char ns, string lon, char ew, string format, string datum) |
string | getStatus () |
Definition at line 12 of file IUtmConvertService.cs.
Point UtmConvert.IUtmConvertService.convertLatLonToUtm | ( | string | lat, | |
char | ns, | |||
string | lon, | |||
char | ew, | |||
string | format, | |||
string | datum | |||
) |
Implemented in UtmConvert.UtmConvertService.
void UtmConvert.IUtmConvertService.DoWork | ( | ) |
Implemented in UtmConvert.UtmConvertService.
string UtmConvert.IUtmConvertService.getStatus | ( | ) |
Implemented in UtmConvert.UtmConvertService.