158 GeoCoords(System::String^ s,
bool centerp,
bool swaplatlong );
173 GeoCoords(
double latitude,
double longitude,
int zone );
185 GeoCoords(
int zone,
bool northp,
double easting,
double northing);
203 void Reset( System::String^ s,
bool centerp,
bool swaplatlong);
219 void Reset(
double latitude,
double longitude,
int zone ) ;
232 void Reset(
int zone,
bool northp,
double easting,
double northing);
266 property double Scale {
double get(); }
281 property int Zone {
int get(); }
296 void set(
int zone );
System::String ^ AltMGRSRepresentation(int prec)
System::String ^ DMSRepresentation(int prec, bool swaplatlong, char dmssep)
void Reset(System::String^ s, bool centerp, bool swaplatlong)
.NET wrapper for GeographicLib::GeoCoords.
System::String ^ GeoRepresentation(int prec, bool swaplatlong)
System::String ^ UTMUPSRepresentation(int prec, bool abbrev)
System::String ^ AltUTMUPSRepresentation(int prec, bool abbrev)
System::String ^ MGRSRepresentation(int prec)