26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_GTFACTORY_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_GTFACTORY_H 
   30 #include "../common/AbstractFactory.h" 
   54         GTFactory( 
const std::string& factoryKey );
 
   60 #endif  // __TERRALIB_GEOMETRY_INTERNAL_GTFACTORY_H 
This class defines the interface of abstract factories without initializing parameters. 
 
2D Geometric transformation factory. 
 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Configuration flags for the Vector Geometry Model of TerraLib.