16#ifndef QGSMAPTOOLCAPTURELAYERGEOMETRY_H
17#define QGSMAPTOOLCAPTURELAYERGEOMETRY_H
41 void geometryCaptured(
const QgsGeometry &geometry )
override;
47 virtual void layerGeometryCaptured(
const QgsGeometry &geometry )
SIP_FORCE { Q_UNUSED( geometry ) }
53 virtual void layerPointCaptured(
const QgsPoint &point )
SIP_FORCE { Q_UNUSED( point ) }
59 virtual void layerLineCaptured(
const QgsCurve *line )
SIP_FORCE { Q_UNUSED( line ) }
Curve polygon geometry type.
Abstract base class for curved geometry type.
A geometry is the spatial representation of a feature.
Map canvas is a class for displaying all GIS data types on a canvas.
Point geometry type, with support for z-dimension and m-values.