1 #ifndef GEOMETRYHELPER_H
2 #define GEOMETRYHELPER_H
13 static QString toWKT(
const geos::geom::Geometry* geom);
14 static geos::geom::Geometry* fromWKT(
const QString &wkt)
throw(geos::io::ParseException);
16 static IlwisTypes geometryType(
const geos::geom::Geometry* geom);
27 #endif // GEOMETRYHELPER_H