QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Attributes | List of all members
QgsProcessingAlgorithm::VectorProperties Struct Reference

Properties of a vector source or sink used in an algorithm. More...

#include <qgsprocessingalgorithm.h>

Public Attributes

QgsProcessingAlgorithm::PropertyAvailability availability = QgsProcessingAlgorithm::NotAvailable
 Availability of the properties. By default properties are not available. More...
 
QgsCoordinateReferenceSystem crs
 Coordinate Reference System. More...
 
QgsFields fields
 Fields. More...
 
QgsWkbTypes::Type wkbType = QgsWkbTypes::Unknown
 Geometry (WKB) type. More...
 

Detailed Description

Properties of a vector source or sink used in an algorithm.

Since
QGIS 3.14

Definition at line 336 of file qgsprocessingalgorithm.h.

Member Data Documentation

◆ availability

QgsProcessingAlgorithm::PropertyAvailability QgsProcessingAlgorithm::VectorProperties::availability = QgsProcessingAlgorithm::NotAvailable

Availability of the properties. By default properties are not available.

Definition at line 348 of file qgsprocessingalgorithm.h.

◆ crs

QgsCoordinateReferenceSystem QgsProcessingAlgorithm::VectorProperties::crs

Coordinate Reference System.

Definition at line 345 of file qgsprocessingalgorithm.h.

◆ fields

QgsFields QgsProcessingAlgorithm::VectorProperties::fields

Fields.

Definition at line 339 of file qgsprocessingalgorithm.h.

◆ wkbType

QgsWkbTypes::Type QgsProcessingAlgorithm::VectorProperties::wkbType = QgsWkbTypes::Unknown

Geometry (WKB) type.

Definition at line 342 of file qgsprocessingalgorithm.h.


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