|
QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
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... | |
| Qgis::WkbType | wkbType = Qgis::WkbType::Unknown |
| Geometry (WKB) type. More... | |
Properties of a vector source or sink used in an algorithm.
Definition at line 336 of file qgsprocessingalgorithm.h.
| 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.
| QgsCoordinateReferenceSystem QgsProcessingAlgorithm::VectorProperties::crs |
Coordinate Reference System.
Definition at line 345 of file qgsprocessingalgorithm.h.
| QgsFields QgsProcessingAlgorithm::VectorProperties::fields |
Fields.
Definition at line 339 of file qgsprocessingalgorithm.h.
| Qgis::WkbType QgsProcessingAlgorithm::VectorProperties::wkbType = Qgis::WkbType::Unknown |
Geometry (WKB) type.
Definition at line 342 of file qgsprocessingalgorithm.h.