File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -701,6 +701,8 @@ SET(QGIS_CORE_HDRS
701
701
layertree/qgslayertreeutils.h
702
702
703
703
geometry/qgsgeometry.h
704
+ geometry/qgsabstractgeometryv2.h
705
+ geometry/qgswkbtypes.h
704
706
)
705
707
706
708
IF (QT_MOBILITY_LOCATION_FOUND OR Qt5Positioning_FOUND )
Original file line number Diff line number Diff line change @@ -80,14 +80,16 @@ class CORE_EXPORT QgsAbstractGeometryV2
80
80
bool is3D () const ;
81
81
bool isMeasure () const ;
82
82
83
- /* virtual bool transform( const QgsCoordinateTransform& ct ) = 0;
83
+ #if 0
84
+ virtual bool transform( const QgsCoordinateTransform& ct ) = 0;
84
85
virtual bool isEmpty() const = 0;
85
86
virtual bool isSimple() const = 0;
86
87
virtual bool isValid() const = 0;
87
88
virtual QgsMultiPointV2* locateAlong() const = 0;
88
89
virtual QgsMultiCurveV2* locateBetween() const = 0;
89
90
virtual QgsCurveV2* boundary() const = 0;
90
- virtual QgsRectangle envelope() const = 0;*/
91
+ virtual QgsRectangle envelope() const = 0;
92
+ #endif
91
93
92
94
// import
93
95
virtual bool fromWkb ( const unsigned char * wkb ) = 0;
You can’t perform that action at this time.
0 commit comments