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);
236 property double Latitude {
double get(); }
241 property double Longitude {
double get(); }
246 property double Easting {
double get(); }
251 property double Northing {
double get(); }
261 property double Scale {
double get(); }
266 property bool Northp {
bool get(); }
276 property int Zone {
int get(); }
291 void set(
int zone );
313 property double AltScale {
double get(); }
.NET wrapper for GeographicLib::GeoCoords.
GeoCoords(double latitude, double longitude, int zone)
System::String ^ GeoRepresentation(int prec, bool longfirst)
System::String ^ UTMUPSRepresentation(int prec, bool abbrev)
System::String ^ AltMGRSRepresentation(int prec)
GeoCoords(System::String^ s, bool centerp, bool longfirst)
System::String ^ MGRSRepresentation(int prec)
void Reset(System::String^ s, bool centerp, bool longfirst)
System::String ^ AltUTMUPSRepresentation(int prec, bool abbrev)
System::String ^ DMSRepresentation(int prec, bool longfirst, char dmssep)
void Reset(double latitude, double longitude, int zone)
System::String ^ UTMUPSRepresentation(bool northp, int prec, bool abbrev)
GeoCoords(int zone, bool northp, double easting, double northing)
System::String ^ AltUTMUPSRepresentation(bool northp, int prec, bool abbrev)