Go to the documentation of this file.
13 namespace NETGeographicLib
159 GeoCoords(System::String^ s,
bool centerp,
bool swaplatlong );
174 GeoCoords(
double latitude,
double longitude,
int zone );
186 GeoCoords(
int zone,
bool northp,
double easting,
double northing);
204 void Reset( System::String^ s,
bool centerp,
bool swaplatlong);
220 void Reset(
double latitude,
double longitude,
int zone ) ;
233 void Reset(
int zone,
bool northp,
double easting,
double northing);
267 property double Scale {
double get(); }
282 property int Zone {
int get(); }
297 void set(
int zone );