QGIS API Documentation 4.3.0-Master (6402a64e93b)
Loading...
Searching...
No Matches
QgsInterpolator::LayerData Struct Reference

A source together with the information about interpolation attribute / z-coordinate interpolation and the type (point, structure line, breakline). More...

#include <qgsinterpolator.h>

Public Attributes

int interpolationAttribute = -1
 Index of feature attribute to use for interpolation.
QgsFeatureSourcesource = nullptr
 Feature source.
Qgis::InterpolationSourceType sourceType = Qgis::InterpolationSourceType::Points
 Source type.
QgsCoordinateTransformContext transformContext
 Coordinate transform context.
Qgis::InterpolationValueSource valueSource = Qgis::InterpolationValueSource::Attribute
 Source for feature values to interpolate.

Detailed Description

A source together with the information about interpolation attribute / z-coordinate interpolation and the type (point, structure line, breakline).

Definition at line 85 of file qgsinterpolator.h.

Member Data Documentation

◆ interpolationAttribute

int QgsInterpolator::LayerData::interpolationAttribute = -1

Index of feature attribute to use for interpolation.

Definition at line 92 of file qgsinterpolator.h.

◆ source

QgsFeatureSource* QgsInterpolator::LayerData::source = nullptr

Feature source.

Definition at line 88 of file qgsinterpolator.h.

◆ sourceType

Qgis::InterpolationSourceType QgsInterpolator::LayerData::sourceType = Qgis::InterpolationSourceType::Points

Source type.

Definition at line 94 of file qgsinterpolator.h.

◆ transformContext

QgsCoordinateTransformContext QgsInterpolator::LayerData::transformContext

Coordinate transform context.

Since
QGIS 3.10.1

Definition at line 101 of file qgsinterpolator.h.

◆ valueSource

Source for feature values to interpolate.

Definition at line 90 of file qgsinterpolator.h.


The documentation for this struct was generated from the following file: