class Utm {
public:
Utm(); Utm( float , float ); Utm(Utm &); ~Utm(); Utm &operator=(Utm &); int operator!=(Utm &); int operator==(Utm &); float lng; float lat;
};