26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_RSTGT_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_RSTGT_H 
   34 #include <boost/concept_check.hpp> 
   75         const std::string& getName() 
const;
 
   79         void directMap( 
const GTParameters& params, 
const double& pt1X, 
 
   80                         const double& pt1Y, 
double& pt2X, 
double& pt2Y ) 
const;
 
   82         void inverseMap( 
const GTParameters& params, 
const double& pt2X, 
 
   83                          const double& pt2Y, 
double& pt1X, 
double& pt1Y ) 
const;
 
   85         unsigned int getMinRequiredTiePoints() 
const;
 
   97 #endif  // __TERRALIB_GEOMETRY_INTERNAL_RSTGT_H 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
2D Rotation/scale/translation(rigid body) Geometric transformation. 
 
2D Geometric transformation parameters. 
 
Configuration flags for the Vector Geometry Model of TerraLib.