16#ifndef QGSMAPTOOLIDENTIFY_H
17#define QGSMAPTOOLIDENTIFY_H
66 Q_ENUM( IdentifyMode )
143 QList<QgsMapToolIdentify::IdentifyResult> identify(
144 int x,
int y,
const QList<QgsMapLayer *> &layerList = QList<QgsMapLayer *>(), IdentifyMode mode = DefaultQgsSetting,
const QgsIdentifyContext &identifyContext =
QgsIdentifyContext()
158 QList<QgsMapToolIdentify::IdentifyResult> identify(
int x,
int y, IdentifyMode mode, LayerType layerType = AllLayers,
const QgsIdentifyContext &identifyContext =
QgsIdentifyContext() );
163 QList<QgsMapToolIdentify::IdentifyResult> identify(
179 static void fromPointCloudIdentificationToIdentifyResults(
QgsPointCloudLayer *layer,
const QVector<QVariantMap> &identified, QList<QgsMapToolIdentify::IdentifyResult> &results )
SIP_SKIP;
187 void fromElevationProfileLayerIdentificationToIdentifyResults(
QgsMapLayer *layer,
const QVector<QVariantMap> &identified, QList<QgsMapToolIdentify::IdentifyResult> &results )
SIP_SKIP;
227 QList<QgsMapToolIdentify::IdentifyResult>
identify(
235 QList<QgsMapToolIdentify::IdentifyResult> *results,
239 double mapUnitsPerPixel,
254 QList<QgsMapToolIdentify::IdentifyResult> *results,
258 double mapUnitsPerPixel,
333 double mapUnitsPerPixel,
342 double mapUnitsPerPixel,
351 const QMap<QString, QString> &commonDerivedAttributes,
352 const std::function<QMap<QString, QString>( const
QgsFeature & )> &derivedAttributes,
356 bool identifyVectorTileLayer(
359 bool identifyPointCloudLayer(
367 virtual
Qgis::DistanceUnit displayDistanceUnits() const;
373 virtual
Qgis::AreaUnit displayAreaUnits() const;
379 QString formatDistance(
double distance ) const;
385 QString formatArea(
double area ) const;
391 QString formatDistance(
double distance,
Qgis::DistanceUnit unit ) const;
397 QString formatArea(
double area,
Qgis::AreaUnit unit ) const;
404 void closestVertexAttributes(
410 bool showTransformedZ,
411 QMap<QString, QString> &derivedAttributes
417 void closestPointAttributes(
423 bool showTransformedZ,
424 QMap<QString, QString> &derivedAttributes
428 void formatCoordinate( const
QgsPointXY &canvasPoint, QString &x, QString &y ) const;
433 double mLastMapUnitsPerPixel = -1.0;
437 int mCoordinatePrecision = 6;
Provides global constants and enumerations for use throughout the application.
Abstract base class for all geometries.
Represents a coordinate reference system (CRS).
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
Abstract base class for all 2D vector feature renderers.
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Container of fields for a vector layer.
A geometry is the spatial representation of a feature.
Highlights features on the map.
Identify contexts are used to encapsulate the settings to be used to perform an identify action.
Map canvas is a class for displaying all GIS data types on a canvas.
Base class for all map layer types.
A mouse event which is the result of a user interaction with a QgsMapCanvas.
Represents a mesh layer supporting display of data on structured or unstructured meshes.
Point cloud layer specific subclass of QgsMapLayerElevationProperties.
Represents a map layer supporting display of point clouds.
Point geometry type, with support for z-dimension and m-values.
Represents a raster layer.
A rectangle specified with double values.
Contains information about the context of a rendering operation.
Represents a vector layer which manages a vector based dataset.
Implements a map layer that is dedicated to rendering of vector tiles.
#define SIP_ENUM_BASETYPE(type)
QList< QgsFeature > QgsFeatureList
Utility class for identifying a unique vertex within a geometry.