|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
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. | |
| QgsCoordinateReferenceSystem | crs |
| Coordinate Reference System. | |
| QgsFields | fields |
| Fields. | |
| Qgis::WkbType | wkbType = Qgis::WkbType::Unknown |
| Geometry (WKB) type. | |
Properties of a vector source or sink used in an algorithm.
Definition at line 304 of file qgsprocessingalgorithm.h.
| 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.
| QgsCoordinateReferenceSystem QgsProcessingAlgorithm::VectorProperties::crs |
Coordinate Reference System.
Definition at line 313 of file qgsprocessingalgorithm.h.
| QgsFields QgsProcessingAlgorithm::VectorProperties::fields |
Fields.
Definition at line 307 of file qgsprocessingalgorithm.h.
| Qgis::WkbType QgsProcessingAlgorithm::VectorProperties::wkbType = Qgis::WkbType::Unknown |
Geometry (WKB) type.
Definition at line 310 of file qgsprocessingalgorithm.h.