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 | ( | ) |
string UtmConvert.UtmConvertService.getStatus | ( | ) |
string UtmConvert.UtmConvertService.Status [get] |
Definition at line 14 of file UtmConvertService.cs.