26#ifndef __TERRALIB_GEOMETRY_INTERNAL_GEOMETRICTRANSFORMATION_H
27#define __TERRALIB_GEOMETRY_INTERNAL_GEOMETRICTRANSFORMATION_H
37#include <boost/noncopyable.hpp>
70 virtual const std::string&
getName()
const = 0;
123 double& pt2Y)
const = 0;
181 double& pt1Y)
const = 0;
2D Geometric transformation parameters.
2D Geometric transformation tie-points filter (outliers remotion).
2D Geometric transformation parameters.
std::vector< TiePoint > m_tiePoints
Tie points.
std::pair< Coord2D, Coord2D > TiePoint
Tie point type definition.
Namespace for the Vector Geometry module of TerraLib.
An utility struct for representing 2D coordinates.
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.