16 #ifndef QGSMULTILINESTRINGV2_H    17 #define QGSMULTILINESTRINGV2_H    55 #endif // QGSMULTILINESTRINGV2_H virtual bool wktOmitChildType() const override
Returns whether child type names are omitted from Wkt representations of the collection. 
 
QDomElement asGML3(QDomDocument &doc, int precision=17, const QString &ns="gml") const override
Returns a GML3 representation of the geometry. 
 
Multi curve geometry collection. 
 
QgsMultiCurveV2 * clone() const override
Clones the geometry by performing a deep copy. 
 
Abstract base class for all geometries. 
 
bool fromWkt(const QString &wkt) override
Sets the geometry from a WKT string. 
 
Multi line string geometry collection. 
 
virtual QgsAbstractGeometryV2 * toCurveType() const
Returns the geometry converted to the more generic curve type. 
 
virtual bool addGeometry(QgsAbstractGeometryV2 *g) override
Adds a geometry and takes ownership. 
 
virtual QString geometryType() const override
Returns a unique string representing the geometry type. 
 
QString asJSON(int precision=17) const override
Returns a GeoJSON representation of the geometry. 
 
QDomElement asGML2(QDomDocument &doc, int precision=17, const QString &ns="gml") const override
Returns a GML2 representation of the geometry.