26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_VALIDATION_FIXORIENTATION_H
27 #define __TERRALIB_GEOMETRY_INTERNAL_VALIDATION_FIXORIENTATION_H
31 #include "../Config.h"
An abstract class to represent an algorithm that validates an geometry.
An abstract class to represent an algorithm that validates an geometry.
virtual te::gm::GeometryPtr validateLine(const te::gm::LineString *lineString, bool &wasChanged) const override
Validates a line, an returns additional variable to inform if the geometry has been changed or not.
virtual te::gm::GeometryPtr validatePolygon(const te::gm::Polygon *polygon, bool &wasChanged) const
Validates a polygon, an returns additional variable to inform if the geometry has been changed or not...
virtual ~FixOrientation()=default
FixOrientation(bool outerRingisCCW=true)
LineString is a curve with linear interpolation between points.
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.