26#ifndef __TERRALIB_GEOMETRY_INTERNAL_TRANSLATIONGTFACTORY_H
27#define __TERRALIB_GEOMETRY_INTERNAL_TRANSLATIONGTFACTORY_H
2D Geometric transformation factory.
GTFactory(const std::string &factoryKey)
GeometricTransformation * build()
Concrete factories (derived from this one) must implement this method in order to create objects.
static void initialize()
Initialize the factory.
static void finalize()
Finalize the factory.
static GTFactory * m_initializedFactoryPtr
Namespace for the Vector Geometry module of TerraLib.
Configuration flags for the Vector Geometry Model of TerraLib.
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.