26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_AFFINEGT_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_AFFINEGT_H 
   34 #include <boost/concept_check.hpp> 
   75         const std::string& getName() 
const;
 
   91         unsigned int getMinRequiredTiePoints() 
const;
 
  110         static bool decompose(
const std::vector< double >& transfParams,
 
  111                               double& translationX, 
double& translationY,
 
  112                               double& scalingFactorX, 
double& scalingFactorY, 
double& skew,
 
  113                               double& squeeze, 
double& scaling, 
double& rotation);
 
  123 #endif  // __TERRALIB_GEOMETRY_INTERNAL_GAFFINEGT_H 
2D Affine Geometric transformation. 
 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
2D Geometric transformation parameters. 
 
Configuration flags for the Vector Geometry Model of TerraLib.