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 MGRSRepresentation(int prec)
property double AltEasting
Conversion between geographic coordinates.
GeographicLib::GeoCoords * m_pGeoCoords
property double Longitude
property double Convergence
.NET wrapper for GeographicLib::GeoCoords.
property double AltConvergence
property double MajorRadius
property double AltNorthing
System::String AltUTMUPSRepresentation(int prec, bool abbrev)
System::String GeoRepresentation(int prec, bool longfirst)
property double Flattening
System::String UTMUPSRepresentation(int prec, bool abbrev)
void Reset(System::String^s, bool centerp, bool longfirst)
System::String AltMGRSRepresentation(int prec)
System::String DMSRepresentation(int prec, bool longfirst, char dmssep)