#include <MapProject.h>
Public Member Functions | |
C2DPoint | RangeHeading (const CGeoLatLong &LatLong, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Converts to 2D co-ordinates by simple flattening of the earth with associated errors. | |
CGeoLatLong | RangeHeading (const C2DPoint &pt, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Sets it from a 2D co-ordinate given the origin. | |
C2DPoint | SlantRangeHeading (const CGeoLatLong &LatLong, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Converts to 2D co-ordinates by simple flattening of the earth with associated errors. | |
CGeoLatLong | SlantRangeHeading (const C2DPoint &pt, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Sets it from a 2D co-ordinate given the origin. | |
C2DPoint | HorizontalRangeHeading (const CGeoLatLong &LatLong, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Converts to 2D co-ordinates by simple flattening of the earth with associated errors. | |
CGeoLatLong | HorizontalRangeHeading (const C2DPoint &pt, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Sets it from a 2D co-ordinate given the origin. | |
C2DPoint | AlbersEqualAreaConic (const CGeoLatLong &LatLong, const CGeoLatLong &Origin=CGeoLatLong(0, 0), double dStandardParallel1=0, double dStandardParallel2=conTHIRDPI) const |
Albers Equal Area Projection. | |
CGeoLatLong | AlbersEqualAreaConic (const C2DPoint &Point, const CGeoLatLong &Origin=CGeoLatLong(0, 0), double dStandardParallel1=0, double dStandardParallel2=conTHIRDPI) const |
Inverse Albers Equal Area Projection. | |
C2DPoint | CylindricalEqualArea (const CGeoLatLong &LatLong, double dStandardLatitude=CEAStandardLatitudes::conLambert, double dStandardLongitude=0) const |
Cylindrical Equal Area Projection. | |
CGeoLatLong | CylindricalEqualArea (const C2DPoint &Point, double dStandardLatitude=CEAStandardLatitudes::conLambert, double dStandardLongitude=0) const |
Inverse Cylindrical Equal Area Projection. | |
C2DPoint | BonneProjection (const CGeoLatLong &LatLong, double dCentralMeridian=0, double dStandardParallel=40.0 *conRadiansPerDegree) const |
Bonne Projection. | |
CGeoLatLong | BonneProjection (const C2DPoint &Point, double dCentralMeridian=0, double dStandardParallel=40.0 *conRadiansPerDegree) const |
Inverse Bonne Projection. | |
C2DPoint | CassiniProjection (const CGeoLatLong &LatLong, double dStandardLongitude=0) const |
Cassini Projection. | |
CGeoLatLong | CassiniProjection (const C2DPoint &Point, double dStandardLongitude=0) const |
Inverse Cassini Projection. | |
C2DPoint | ConicEquidistant (const CGeoLatLong &LatLong, const CGeoLatLong &Origin=CGeoLatLong(0, 0), double dStandardParallel1=0, double dStandardParallel2=conTHIRDPI) const |
Conic Equidistant Projection. | |
CGeoLatLong | ConicEquidistant (const C2DPoint &Point, const CGeoLatLong &Origin=CGeoLatLong(0, 0), double dStandardParallel1=0, double dStandardParallel2=conTHIRDPI) const |
Inverse Conic Equidistant. | |
C2DPoint | CylindricalEquidistant (const CGeoLatLong &LatLong, double dStandardLatitude=CEDStandardLatitudes::conEquirectangular, double dStandardLongitude=0) const |
Cylindrical Equidistant Projection. | |
CGeoLatLong | CylindricalEquidistant (const C2DPoint &Point, double dStandardLatitude=CEDStandardLatitudes::conEquirectangular, double dStandardLongitude=0) const |
Inverse Cylindrical Equidistant Projection. | |
C2DPoint | EckertVI (const CGeoLatLong &LatLong, double dStandardLongitude=0) const |
Eckert VI Projection. | |
CGeoLatLong | EckertVI (const C2DPoint &Point, double dStandardLongitude=0) const |
Inverse Eckert VI Projection. | |
C2DPoint | EckertIV (const CGeoLatLong &LatLong, double dStandardLongitude=0) const |
Eckert IV Projection. | |
CGeoLatLong | EckertIV (const C2DPoint &Point, double dStandardLongitude=0) const |
Inverse Eckert IV Projection. | |
C2DPoint | Gnomonic (const CGeoLatLong &LatLong, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Gnomic Projection. | |
CGeoLatLong | Gnomonic (const C2DPoint &Point, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Inverse Gnomic Projection. | |
C2DPoint | LambertAzimuthalEqualArea (const CGeoLatLong &LatLong, double dStandardParallel=0, double dCentralLongitude=0) const |
Lambert Azimuthal Equal Area Projection. | |
CGeoLatLong | LambertAzimuthalEqualArea (const C2DPoint &Point, double dStandardParallel=0, double dCentralLongitude=0) const |
Inverse Lambert Azimuthal Equal Area Projection. | |
C2DPoint | LambertConformalConic (const CGeoLatLong &LatLong, const CGeoLatLong &Origin=CGeoLatLong(0, 0), double dStandardParallel1=50 *conRadiansPerDegree, double dStandardParallel2=-10 *conRadiansPerDegree) const |
Lambert Conformal Conic Projection. | |
CGeoLatLong | LambertConformalConic (const C2DPoint &Point, const CGeoLatLong &Origin=CGeoLatLong(0, 0), double dStandardParallel1=50 *conRadiansPerDegree, double dStandardParallel2=-10 *conRadiansPerDegree) const |
Inverse Lambert Conformal Conic Projection. | |
C2DPoint | Mercator (const CGeoLatLong &LatLong, double dStandardLongitude=0) const |
Mercator Projection. | |
CGeoLatLong | Mercator (const C2DPoint &Point, double dStandardLongitude=0) const |
Inverse Mercator Projection. | |
C2DPoint | MillerCylindrical (const CGeoLatLong &LatLong, double dStandardLongitude=0) const |
Miller Cylindrical Projection. | |
CGeoLatLong | MillerCylindrical (const C2DPoint &Point, double dStandardLongitude=0) const |
Inverse Miller Cylindrical Projection. | |
C2DPoint | Mollweide (const CGeoLatLong &LatLong, double dStandardLongitude=0) const |
Mollweide Projection. | |
CGeoLatLong | Mollweide (const C2DPoint &Point, double dStandardLongitude=0) const |
Inverse Mollweide Projection. | |
C2DPoint | Orthographic (const CGeoLatLong &LatLong, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Orthographic Projection. | |
CGeoLatLong | Orthographic (const C2DPoint &Point, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Inverse Orthographic Projection. | |
C2DPoint | Polyconic (const CGeoLatLong &LatLong, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Polyconic Projection. | |
CGeoLatLong | Polyconic (const C2DPoint &Point, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Inverse Polyconic Projection. | |
C2DPoint | Sinusoidal (const CGeoLatLong &LatLong, double dStandardLongitude=0) const |
Sinusoidal Projection. | |
CGeoLatLong | Sinusoidal (const C2DPoint &Point, double dStandardLongitude=0) const |
Inverse Sinusoidal Projection. | |
C2DPoint | Stereographic (const CGeoLatLong &LatLong, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Stereographic Projection. | |
CGeoLatLong | Stereographic (const C2DPoint &Point, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Inverse Stereographic Projection. | |
C2DPoint | VanDerGrinten (const CGeoLatLong &LatLong, double dStandardLongitude=0) const |
Van der Grinten Projection. | |
CGeoLatLong | VanDerGrinten (const C2DPoint &Point, double dStandardLongitude=0) const |
Inverse Van der Grinten Projection. | |
C2DPoint | VerticalPerspective (const CGeoLatLong &LatLong, float P=10.0, const CGeoLatLong &Origin=CGeoLatLong(0, 0), bool *pBack=0) const |
Vertical Perspective Projection. | |
CGeoLatLong | VerticalPerspective (const C2DPoint &Point, float P=10.0, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Inverse Vertical Perspective Projection. | |
C2DPoint | Vertical (const CGeoLatLong &LatLong, const CGeoLatLong &Origin=CGeoLatLong(0, 0), bool *pBack=0) const |
Vertical Projection. | |
CGeoLatLong | Vertical (const C2DPoint &Point, const CGeoLatLong &Origin=CGeoLatLong(0, 0)) const |
Inverse Vertical Projection. |
---------------------------------------------------------------------------
|
Inverse Albers Equal Area Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Albers Equal Area Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Bonne Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Bonne Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Cassini Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Cassini Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Conic Equidistant.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Conic Equidistant Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Cylindrical Equal Area Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Cylindrical Equal Area Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Cylindrical Equidistant Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Cylindrical Equidistant Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Eckert IV Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Eckert IV Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Eckert VI Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Eckert VI Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Gnomic Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Gnomic Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Sets it from a 2D co-ordinate given the origin.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Converts to 2D co-ordinates by simple flattening of the earth with associated errors.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Lambert Azimuthal Equal Area Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Lambert Azimuthal Equal Area Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Lambert Conformal Conic Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Lambert Conformal Conic Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Mercator Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Mercator Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Miller Cylindrical Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Miller Cylindrical Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Mollweide Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Mollweide Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Orthographic Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Orthographic Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Polyconic Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Polyconic Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Sets it from a 2D co-ordinate given the origin.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Converts to 2D co-ordinates by simple flattening of the earth with associated errors.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Sinusoidal Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Sinusoidal Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Sets it from a 2D co-ordinate given the origin.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Converts to 2D co-ordinates by simple flattening of the earth with associated errors.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Stereographic Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Stereographic Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Van der Grinten Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Van der Grinten Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Vertical Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Vertical Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Inverse Vertical Perspective Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |
|
Vertical Perspective Projection.
-------------------------------------------------------------------------- --------------------------------------------------------------------------- |