CentralScale() const | GeographicLib::LambertConformalConic | inline |
EquatorialRadius() const | GeographicLib::LambertConformalConic | inline |
Flattening() const | GeographicLib::LambertConformalConic | inline |
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::LambertConformalConic | inline |
LambertConformalConic(real a, real f, real stdlat, real k0) | GeographicLib::LambertConformalConic | |
LambertConformalConic(real a, real f, real stdlat1, real stdlat2, real k1) | GeographicLib::LambertConformalConic | |
LambertConformalConic(real a, real f, real sinlat1, real coslat1, real sinlat2, real coslat2, real k1) | GeographicLib::LambertConformalConic | |
Mercator() | GeographicLib::LambertConformalConic | static |
OriginLatitude() const | GeographicLib::LambertConformalConic | inline |
Reverse(real lon0, real x, real y, real &lat, real &lon, real &gamma, real &k) const | GeographicLib::LambertConformalConic | |
Reverse(real lon0, real x, real y, real &lat, real &lon) const | GeographicLib::LambertConformalConic | inline |
SetScale(real lat, real k=real(1)) | GeographicLib::LambertConformalConic | |