Go to the documentation of this file.
10 #if !defined(GEOGRAPHICLIB_OSGB_HPP)
11 #define GEOGRAPHICLIB_OSGB_HPP 1
18 # pragma warning (push)
19 # pragma warning (disable: 4251)
55 tileoffx_ = 2 * tilegrid_,
56 tileoffy_ = 1 * tilegrid_,
57 minx_ = - tileoffx_ * tile_,
58 miny_ = - tileoffy_ * tile_,
59 maxx_ = (tilegrid_*tilegrid_ - tileoffx_) * tile_,
60 maxy_ = (tilegrid_*tilegrid_ - tileoffy_) * tile_,
64 static real computenorthoffset();
83 OSGBTM().Forward(OriginLongitude(),
lat,
lon,
x,
y,
gamma, k);
85 y += computenorthoffset();
105 y -= computenorthoffset();
106 OSGBTM().Reverse(OriginLongitude(),
x,
y,
lat,
lon,
gamma, k);
154 static void GridReference(
real x,
real y,
int prec, std::string& gridref);
173 static void GridReference(
const std::string& gridref,
175 bool centerp =
true);
193 return pow(
real(10),
real(48401603 - 100000000) / 100000000)
206 {
return real(20923713 - 20853810) /
real(20923713); }
216 return pow(
real(10),
real(9998268 - 10000000) / 10000000);
245 #if defined(_MSC_VER)
246 # pragma warning (pop)
249 #endif // GEOGRAPHICLIB_OSGB_HPP
static Math::real OriginLatitude()
Namespace for GeographicLib.
static Math::real FalseNorthing()
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
static void Forward(real lat, real lon, real &x, real &y, real &gamma, real &k)
#define GEOGRAPHICLIB_EXPORT
static Math::real Flattening()
Header for GeographicLib::TransverseMercator class.
static Math::real CentralScale()
Ordnance Survey grid system for Great Britain.
static void Reverse(real x, real y, real &lat, real &lon)
Jet< T, N > pow(const Jet< T, N > &f, double g)
static void Reverse(real x, real y, real &lat, real &lon, real &gamma, real &k)
Header for GeographicLib::Constants class.
static const char *const digits_
static void Forward(real lat, real lon, real &x, real &y)
static Math::real OriginLongitude()
static Math::real MajorRadius()
static const char *const letters_
Transverse Mercator projection.
static Math::real FalseEasting()
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:03:14