QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
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... | |
Properties of a vector source or sink used in an algorithm.
Definition at line 335 of file qgsprocessingalgorithm.h.
QgsProcessingAlgorithm::PropertyAvailability QgsProcessingAlgorithm::VectorProperties::availability = QgsProcessingAlgorithm::NotAvailable |
Availability of the properties. By default properties are not available.
Definition at line 347 of file qgsprocessingalgorithm.h.
QgsCoordinateReferenceSystem QgsProcessingAlgorithm::VectorProperties::crs |
Coordinate Reference System.
Definition at line 344 of file qgsprocessingalgorithm.h.
QgsFields QgsProcessingAlgorithm::VectorProperties::fields |
Fields.
Definition at line 338 of file qgsprocessingalgorithm.h.
QgsWkbTypes::Type QgsProcessingAlgorithm::VectorProperties::wkbType = QgsWkbTypes::Unknown |
Geometry (WKB) type.
Definition at line 341 of file qgsprocessingalgorithm.h.