157 GeoCoords(System::String^ s,
bool centerp,
bool longfirst );
170 GeoCoords(
double latitude,
double longitude,
int zone );
182 GeoCoords(
int zone,
bool northp,
double easting,
double northing);
200 void Reset( System::String^ s,
bool centerp,
bool longfirst);
214 void Reset(
double latitude,
double longitude,
int zone ) ;
227 void Reset(
int zone,
bool northp,
double easting,
double northing);
261 property double Scale {
double get(); }
276 property int Zone {
int get(); }
291 void set(
int zone );
System::String ^ AltMGRSRepresentation(int prec)
System::String ^ GeoRepresentation(int prec, bool longfirst)
System::String ^ DMSRepresentation(int prec, bool longfirst, char dmssep)
.NET wrapper for GeographicLib::GeoCoords.
System::String ^ UTMUPSRepresentation(int prec, bool abbrev)
System::String ^ AltUTMUPSRepresentation(int prec, bool abbrev)
System::String ^ MGRSRepresentation(int prec)
void Reset(System::String^ s, bool centerp, bool longfirst)