18 const char BADALLOC[] =
"Failed to allocate memory for a GeographicLib::Ellipsoid";
23 if ( m_pEllipsoid !=
NULL )
37 catch ( std::bad_alloc )
50 catch ( std::bad_alloc err )
54 catch (
const std::exception& err )
Math::real CircleHeight(real phi) const
double CircleRadius(double phi)
Math::real InverseRectifyingLatitude(real mu) const
Math::real IsometricLatitude(real phi) const
Math::real SecondFlattening() const
Math::real InverseParametricLatitude(real beta) const
double AuthalicLatitude(double phi)
Header for NETGeographicLib::NETGeographicLib objects.
Math::real SecondEccentricitySq() const
static double SecondEccentricitySqToFlattening(double ep2)
double TransverseCurvatureRadius(double phi)
static double SecondFlatteningToFlattening(double fp)
double MeridianDistance(double phi)
Exception class for NETGeographicLib.
static double FlatteningToThirdEccentricitySq(double f)
Math::real TransverseCurvatureRadius(real phi) const
double InverseConformalLatitude(double chi)
static Math::real SecondFlatteningToFlattening(real fp)
Math::real InverseAuthalicLatitude(real xi) const
double InverseIsometricLatitude(double psi)
static double ThirdEccentricitySqToFlattening(double epp2)
double MeridionalCurvatureRadius(double phi)
double ConformalLatitude(double phi)
static double EccentricitySqToFlattening(double e2)
double InverseAuthalicLatitude(double xi)
Math::real AuthalicLatitude(real phi) const
static double FlatteningToSecondFlattening(double f)
static Math::real FlatteningToEccentricitySq(real f)
double NormalCurvatureRadius(double phi, double azi)
static Math::real ThirdEccentricitySqToFlattening(real epp2)
Math::real EccentricitySq() const
static Math::real ThirdFlatteningToFlattening(real n)
Math::real ParametricLatitude(real phi) const
Math::real RectifyingLatitude(real phi) const
static double FlatteningToSecondEccentricitySq(double f)
Math::real GeocentricLatitude(real phi) const
GeographicLib::Ellipsoid * m_pEllipsoid
double GeocentricLatitude(double phi)
Math::real MajorRadius() const
Math::real MinorRadius() const
double ParametricLatitude(double phi)
double InverseParametricLatitude(double beta)
static double ThirdFlatteningToFlattening(double n)
Point2(* f)(const Point3 &, OptionalJacobian< 2, 3 >)
Math::real InverseConformalLatitude(real chi) const
double InverseGeocentricLatitude(double theta)
double IsometricLatitude(double phi)
static Math::real FlatteningToThirdEccentricitySq(real f)
Math::real QuarterMeridian() const
Math::real MeridianDistance(real phi) const
static Math::real SecondEccentricitySqToFlattening(real ep2)
Header for GeographicLib::Ellipsoid class.
Math::real InverseIsometricLatitude(real psi) const
static double FlatteningToEccentricitySq(double f)
Properties of an ellipsoid.
Math::real Volume() const
static Math::real FlatteningToThirdFlattening(real f)
double InverseRectifyingLatitude(double mu)
Math::real ConformalLatitude(real phi) const
Math::real NormalCurvatureRadius(real phi, real azi) const
.NET wrapper for GeographicLib::Ellipsoid.
static Math::real EccentricitySqToFlattening(real e2)
double RectifyingLatitude(double phi)
Math::real InverseGeocentricLatitude(real theta) const
Math::real CircleRadius(real phi) const
static Math::real FlatteningToSecondFlattening(real f)
Math::real ThirdFlattening() const
static const Ellipsoid & WGS84()
static double FlatteningToThirdFlattening(double f)
Math::real MeridionalCurvatureRadius(real phi) const
Container::iterator get(Container &c, Position position)
static Math::real FlatteningToSecondEccentricitySq(real f)
Math::real ThirdEccentricitySq() const
Math::real Flattening() const
Header for NETGeographicLib::Ellipsoid class.
double CircleHeight(double phi)