![]() |
TerraLib 4.1
|
#include "TeVectorRemap.h"Functions | |
| TeBox | TeRemapBox (const TeBox &box, TeProjection *projFrom, TeProjection *projTo) |
| Remaps a box from one projection to another. | |
| void | TeVectorRemap (TeCoord2D &c1, TeProjection *p1, TeCoord2D &c2, TeProjection *p2) |
| Especialized version to remap coordinates. | |
| void | TeVectorRemap (TeText &t1, TeProjection *p1, TeText &t2, TeProjection *p2) |
| Especialized version to remap texts. | |
| void | TeVectorRemap (TeCell &c1, TeProjection *p1, TeCell &c2, TeProjection *p2) |
| Especialized version to remap cells. | |
| TeBox | TeRemapBoxPC2Geodetic (const TeBox &box, TeProjection *proj) |
| Remaps a box from plane coordinate to geodetic coordinate. | |
| TeBox | TeRemapBoxGeodetic2PC (const TeBox &box, TeProjection *proj) |
| Remaps a box from geodetic coordinate to plane coordinate. | |
| TeBox TeRemapBox | ( | const TeBox & | box, |
| TeProjection * | projFrom, | ||
| TeProjection * | projTo | ||
| ) |
Remaps a box from one projection to another.
| TeBox TeRemapBoxGeodetic2PC | ( | const TeBox & | box, |
| TeProjection * | proj | ||
| ) |
Remaps a box from geodetic coordinate to plane coordinate.
| TeBox TeRemapBoxPC2Geodetic | ( | const TeBox & | box, |
| TeProjection * | proj | ||
| ) |
Remaps a box from plane coordinate to geodetic coordinate.
| void TeVectorRemap | ( | TeCell & | c1, |
| TeProjection * | p1, | ||
| TeCell & | c2, | ||
| TeProjection * | p2 | ||
| ) |
Especialized version to remap cells.
| void TeVectorRemap | ( | TeText & | t1, |
| TeProjection * | p1, | ||
| TeText & | t2, | ||
| TeProjection * | p2 | ||
| ) |
Especialized version to remap texts.
| void TeVectorRemap | ( | TeCoord2D & | c1, |
| TeProjection * | p1, | ||
| TeCoord2D & | c2, | ||
| TeProjection * | p2 | ||
| ) |
Especialized version to remap coordinates.