Loading...
fathom
GeographicLib::Constants
Field
NETGeographicLib::MagneticCircle::Field(double lon,[System::Runtime::InteropServices::Out] double% Bx,[System::Runtime::InteropServices::Out] double% By,[System::Runtime::InteropServices::Out] double% Bz)
NETGeographicLib::MagneticCircle::Field(double lon,[System::Runtime::InteropServices::Out] double% Bx,[System::Runtime::InteropServices::Out] double% By,[System::Runtime::InteropServices::Out] double% Bz,[System::Runtime::InteropServices::Out] double% Bxt,[System::Runtime::InteropServices::Out] double% Byt,[System::Runtime::InteropServices::Out] double% Bzt)
NETGeographicLib::MagneticModel::Field(double t, double lat, double lon, double h,[System::Runtime::InteropServices::Out] double% Bx,[System::Runtime::InteropServices::Out] double% By,[System::Runtime::InteropServices::Out] double% Bz)
NETGeographicLib::MagneticModel::Field(double t, double lat, double lon, double h,[System::Runtime::InteropServices::Out] double% Bx,[System::Runtime::InteropServices::Out] double% By,[System::Runtime::InteropServices::Out] double% Bz,[System::Runtime::InteropServices::Out] double% Bxt,[System::Runtime::InteropServices::Out] double% Byt,[System::Runtime::InteropServices::Out] double% Bzt)
FieldComponents
GeographicLib::MagneticModel::FieldComponents(real Bx, real By, real Bz, real &H, real &F, real &D, real &I)
GeographicLib::MagneticModel::FieldComponents(real Bx, real By, real Bz, real Bxt, real Byt, real Bzt, real &H, real &F, real &D, real &I, real &Ht, real &Ft, real &Dt, real &It)
NETGeographicLib::MagneticModel::FieldComponents(double Bx, double By, double Bz,[System::Runtime::InteropServices::Out] double% H,[System::Runtime::InteropServices::Out] double% F,[System::Runtime::InteropServices::Out] double% D,[System::Runtime::InteropServices::Out] double% I)
NETGeographicLib::MagneticModel::FieldComponents(double Bx, double By, double Bz, double Bxt, double Byt, double Bzt,[System::Runtime::InteropServices::Out] double% H,[System::Runtime::InteropServices::Out] double% F,[System::Runtime::InteropServices::Out] double% D,[System::Runtime::InteropServices::Out] double% I,[System::Runtime::InteropServices::Out] double% Ht,[System::Runtime::InteropServices::Out] double% Ft,[System::Runtime::InteropServices::Out] double% Dt,[System::Runtime::InteropServices::Out] double% It)
Forward
GeographicLib::AlbersEqualArea::Forward(real lon0, real lat, real lon, real &x, real &y, real &gamma, real &k) const
GeographicLib::AlbersEqualArea::Forward(real lon0, real lat, real lon, real &x, real &y) const
GeographicLib::AzimuthalEquidistant::Forward(real lat0, real lon0, real lat, real lon, real &x, real &y, real &azi, real &rk) const
GeographicLib::AzimuthalEquidistant::Forward(real lat0, real lon0, real lat, real lon, real &x, real &y) const
GeographicLib::CassiniSoldner::Forward(real lat, real lon, real &x, real &y, real &azi, real &rk) const
GeographicLib::CassiniSoldner::Forward(real lat, real lon, real &x, real &y) const
GeographicLib::Geocentric::Forward(real lat, real lon, real h, real &X, real &Y, real &Z) const
GeographicLib::Geocentric::Forward(real lat, real lon, real h, real &X, real &Y, real &Z, std::vector< real > &M) const
GeographicLib::Geohash::Forward()
GeographicLib::Gnomonic::Forward(real lat0, real lon0, real lat, real lon, real &x, real &y, real &azi, real &rk) const
GeographicLib::Gnomonic::Forward(real lat0, real lon0, real lat, real lon, real &x, real &y) const
GeographicLib::LambertConformalConic::Forward(real lon0, real lat, real lon, real &x, real &y, real &gamma, real &k) const
GeographicLib::LambertConformalConic::Forward(real lon0, real lat, real lon, real &x, real &y) const
GeographicLib::LocalCartesian::Forward(real lat, real lon, real h, real &x, real &y, real &z) const
GeographicLib::LocalCartesian::Forward(real lat, real lon, real h, real &x, real &y, real &z, std::vector< real > &M) const
GeographicLib::MGRS::Forward(int zone, bool northp, real x, real y, int prec, std::string &mgrs)
GeographicLib::MGRS::Forward(int zone, bool northp, real x, real y, real lat, int prec, std::string &mgrs)
GeographicLib::OSGB::Forward(real lat, real lon, real &x, real &y, real &gamma, real &k)
GeographicLib::OSGB::Forward(real lat, real lon, real &x, real &y)
GeographicLib::PolarStereographic::Forward(bool northp, real lat, real lon, real &x, real &y, real &gamma, real &k) const
GeographicLib::PolarStereographic::Forward(bool northp, real lat, real lon, real &x, real &y) const
GeographicLib::TransverseMercator::Forward(real lon0, real lat, real lon, real &x, real &y, real &gamma, real &k) const
GeographicLib::TransverseMercator::Forward(real lon0, real lat, real lon, real &x, real &y) const
GeographicLib::TransverseMercatorExact::Forward(real lon0, real lat, real lon, real &x, real &y, real &gamma, real &k) const
GeographicLib::TransverseMercatorExact::Forward(real lon0, real lat, real lon, real &x, real &y) const
GeographicLib::UTMUPS::Forward(real lat, real lon, int &zone, bool &northp, real &x, real &y, real &gamma, real &k, int setzone=STANDARD, bool mgrslimits=false)
GeographicLib::UTMUPS::Forward(real lat, real lon, int &zone, bool &northp, real &x, real &y, int setzone=STANDARD, bool mgrslimits=false)
NETGeographicLib::AlbersEqualArea::Forward(double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% gamma,[System::Runtime::InteropServices::Out] double% k)
NETGeographicLib::AlbersEqualArea::Forward(double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y)
NETGeographicLib::AzimuthalEquidistant::Forward(double lat0, double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% azi,[System::Runtime::InteropServices::Out] double% rk)
NETGeographicLib::AzimuthalEquidistant::Forward(double lat0, double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y)
NETGeographicLib::CassiniSoldner::Forward(double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% azi,[System::Runtime::InteropServices::Out] double% rk)
NETGeographicLib::CassiniSoldner::Forward(double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y)
NETGeographicLib::Geocentric::Forward(double lat, double lon, double h,[System::Runtime::InteropServices::Out] double% X,[System::Runtime::InteropServices::Out] double% Y,[System::Runtime::InteropServices::Out] double% Z)
NETGeographicLib::Geocentric::Forward(double lat, double lon, double h,[System::Runtime::InteropServices::Out] double% X,[System::Runtime::InteropServices::Out] double% Y,[System::Runtime::InteropServices::Out] double% Z,[System::Runtime::InteropServices::Out] array< double, 2 >^%M)
NETGeographicLib::Geohash::Forward()
NETGeographicLib::Gnomonic::Forward(double lat0, double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% azi,[System::Runtime::InteropServices::Out] double% rk)
NETGeographicLib::Gnomonic::Forward(double lat0, double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y)
NETGeographicLib::LambertConformalConic::Forward(double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% gamma,[System::Runtime::InteropServices::Out] double% k)
NETGeographicLib::LambertConformalConic::Forward(double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y)
NETGeographicLib::LocalCartesian::Forward(double lat, double lon, double h,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% z)
NETGeographicLib::LocalCartesian::Forward(double lat, double lon, double h,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% z,[System::Runtime::InteropServices::Out] array< double, 2 >^%M)
NETGeographicLib::MGRS::Forward(int zone, bool northp, double x, double y, int prec,[System::Runtime::InteropServices::Out] System::String^ %mgrs)
NETGeographicLib::MGRS::Forward(int zone, bool northp, double x, double y, double lat, int prec,[System::Runtime::InteropServices::Out] System::String^ %mgrs)
NETGeographicLib::OSGB::Forward(double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% gamma,[System::Runtime::InteropServices::Out] double% k)
NETGeographicLib::OSGB::Forward(double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y)
NETGeographicLib::PolarStereographic::Forward(bool northp, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% gamma,[System::Runtime::InteropServices::Out] double% k)
NETGeographicLib::PolarStereographic::Forward(bool northp, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y)
NETGeographicLib::TransverseMercator::Forward(double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% gamma,[System::Runtime::InteropServices::Out] double% k)
NETGeographicLib::TransverseMercator::Forward(double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y)
NETGeographicLib::TransverseMercatorExact::Forward(double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% gamma,[System::Runtime::InteropServices::Out] double% k)
NETGeographicLib::TransverseMercatorExact::Forward(double lon0, double lat, double lon,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y)
NETGeographicLib::UTMUPS::Forward(double lat, double lon,[System::Runtime::InteropServices::Out] int% zone,[System::Runtime::InteropServices::Out] bool% northp,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y,[System::Runtime::InteropServices::Out] double% gamma,[System::Runtime::InteropServices::Out] double% k, int setzone, bool mgrslimits)
NETGeographicLib::UTMUPS::Forward(double lat, double lon,[System::Runtime::InteropServices::Out] int% zone,[System::Runtime::InteropServices::Out] bool% northp,[System::Runtime::InteropServices::Out] double% x,[System::Runtime::InteropServices::Out] double% y, int setzone, bool mgrslimits)
fract
GeographicLib::Utility
Searching...
No Matches