QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
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

Qgis::ProcessingPropertyAvailability availability = Qgis::ProcessingPropertyAvailability::NotAvailable
 Availability of the properties. By default properties are not available. More...
 
QgsCoordinateReferenceSystem crs
 Coordinate Reference System. More...
 
QgsFields fields
 Fields. More...
 
Qgis::WkbType wkbType = Qgis::WkbType::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 304 of file qgsprocessingalgorithm.h.

Member Data Documentation

◆ availability

Qgis::ProcessingPropertyAvailability QgsProcessingAlgorithm::VectorProperties::availability = Qgis::ProcessingPropertyAvailability::NotAvailable

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

Definition at line 316 of file qgsprocessingalgorithm.h.

◆ crs

QgsCoordinateReferenceSystem QgsProcessingAlgorithm::VectorProperties::crs

Coordinate Reference System.

Definition at line 313 of file qgsprocessingalgorithm.h.

◆ fields

QgsFields QgsProcessingAlgorithm::VectorProperties::fields

Fields.

Definition at line 307 of file qgsprocessingalgorithm.h.

◆ wkbType

Qgis::WkbType QgsProcessingAlgorithm::VectorProperties::wkbType = Qgis::WkbType::Unknown

Geometry (WKB) type.

Definition at line 310 of file qgsprocessingalgorithm.h.


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