Skip to content

Commit

Permalink
include more geometry headers in install
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 28, 2015
1 parent 6303154 commit 131ea80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/core/CMakeLists.txt
Expand Up @@ -701,6 +701,8 @@ SET(QGIS_CORE_HDRS
layertree/qgslayertreeutils.h

geometry/qgsgeometry.h
geometry/qgsabstractgeometryv2.h
geometry/qgswkbtypes.h
)

IF (QT_MOBILITY_LOCATION_FOUND OR Qt5Positioning_FOUND)
Expand Down
6 changes: 4 additions & 2 deletions src/core/geometry/qgsabstractgeometryv2.h
Expand Up @@ -80,14 +80,16 @@ class CORE_EXPORT QgsAbstractGeometryV2
bool is3D() const;
bool isMeasure() const;

/*virtual bool transform( const QgsCoordinateTransform& ct ) = 0;
#if 0
virtual bool transform( const QgsCoordinateTransform& ct ) = 0;
virtual bool isEmpty() const = 0;
virtual bool isSimple() const = 0;
virtual bool isValid() const = 0;
virtual QgsMultiPointV2* locateAlong() const = 0;
virtual QgsMultiCurveV2* locateBetween() const = 0;
virtual QgsCurveV2* boundary() const = 0;
virtual QgsRectangle envelope() const = 0;*/
virtual QgsRectangle envelope() const = 0;
#endif

//import
virtual bool fromWkb( const unsigned char * wkb ) = 0;
Expand Down

0 comments on commit 131ea80

Please sign in to comment.