26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_PROJECTIVEGT_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_PROJECTIVEGT_H 
   34 #include <boost/concept_check.hpp> 
   82         const std::string& getName() 
const;
 
   86         void directMap( 
const GTParameters& params, 
const double& pt1X, 
 
   87                         const double& pt1Y, 
double& pt2X, 
double& pt2Y ) 
const;
 
   89         void inverseMap( 
const GTParameters& params, 
const double& pt2X, 
 
   90                          const double& pt2Y, 
double& pt1X, 
double& pt1Y ) 
const;
 
   92         unsigned int getMinRequiredTiePoints() 
const;
 
  104 #endif  // __TERRALIB_GEOMETRY_INTERNAL_PROJECTIVEGT_H 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
2D Projective Geometric transformation. 
 
2D Geometric transformation parameters. 
 
Configuration flags for the Vector Geometry Model of TerraLib.