This is the complete list of members for NETGeographicLib::DMS, including all inherited members.
Component enum name | NETGeographicLib::DMS | |
Decode(System::String^ dms, [System::Runtime::InteropServices::Out] Flag% ind) | NETGeographicLib::DMS | static |
Decode(double d, double m, double s) | NETGeographicLib::DMS | inlinestatic |
DecodeAngle(System::String^ angstr) | NETGeographicLib::DMS | static |
DecodeAzimuth(System::String^ azistr) | NETGeographicLib::DMS | static |
DecodeLatLon(System::String^ dmsa, System::String^ dmsb, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon, bool longfirst) | NETGeographicLib::DMS | static |
Encode(double angle, Component trailing, unsigned prec, Flag ind, char dmssep) | NETGeographicLib::DMS | static |
Encode(double angle, unsigned prec, Flag ind, char dmssep) | NETGeographicLib::DMS | static |
Encode(double ang, [System::Runtime::InteropServices::Out] double% d, [System::Runtime::InteropServices::Out] double% m) | NETGeographicLib::DMS | inlinestatic |
Encode(double ang, [System::Runtime::InteropServices::Out] double% d, [System::Runtime::InteropServices::Out] double% m, [System::Runtime::InteropServices::Out] double% s) | NETGeographicLib::DMS | inlinestatic |
Flag enum name | NETGeographicLib::DMS |