16 #ifndef QGSGEOMETRYVALIDATOR_H 17 #define QGSGEOMETRYVALIDATOR_H 47 void validatePolyline(
int i,
QgsPolyline polyline,
bool ring =
false );
48 void validatePolygon(
int i,
const QgsPolygon &polygon );
49 void checkRingIntersections(
int p0,
int i0,
const QgsPolyline &ring0,
int p1,
int i1,
const QgsPolyline &ring1 );
A geometry is the spatial representation of a feature.
A class to represent a point.
A class to represent a vector.