16#ifndef QGSMAPTOOLCAPTURELAYERGEOMETRY_H
17#define QGSMAPTOOLCAPTURELAYERGEOMETRY_H
40 void geometryCaptured(
const QgsGeometry &geometry )
override;
46 virtual void layerGeometryCaptured(
const QgsGeometry &geometry ) {Q_UNUSED( geometry )}
SIP_FORCE
52 virtual void layerPointCaptured(
const QgsPoint &point ) {Q_UNUSED( point )}
SIP_FORCE
58 virtual void layerLineCaptured(
const QgsCurve *line ) {Q_UNUSED( line )}
SIP_FORCE
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.