![]() |
TerraLib 4.1
|
#include <TeProjection.h>
Public Member Functions | |
| TeNoProjection (const TeDatum &datum=TeDatum(), const string &units="Units") | |
| ~TeNoProjection () | |
| virtual TeCoord2D | LL2PC (const TeCoord2D &p) |
| Pure virtual method that transforms geodetic into projection coordinates. | |
| virtual TeCoord2D | PC2LL (const TeCoord2D &p) |
| Pure virtual method that transforms projection into geodetic coordinates. | |
| TeNoProjection::TeNoProjection | ( | const TeDatum & | datum = TeDatum(), |
| const string & | units = "Units" |
||
| ) | [inline] |
| TeNoProjection::~TeNoProjection | ( | ) | [inline] |
Pure virtual method that transforms geodetic into projection coordinates.
This method is implemented for each available projection class and represents the so-called direct formulas, which compute projection coordinates from geodetic coordinates.
| p | Geodetic coordinates (radian). |
Implements TeProjection.
Pure virtual method that transforms projection into geodetic coordinates.
This method is implemented for each available projection class and represents the so-called inverse formulas, which compute geodetic coordinates from projection coordinates.
| p | Projection coordinates (m). |
Implements TeProjection.