|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
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 333 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 345 of file qgsprocessingalgorithm.h.
| QgsCoordinateReferenceSystem QgsProcessingAlgorithm::VectorProperties::crs |
Coordinate Reference System.
Definition at line 342 of file qgsprocessingalgorithm.h.
| QgsFields QgsProcessingAlgorithm::VectorProperties::fields |
Fields.
Definition at line 336 of file qgsprocessingalgorithm.h.
| Qgis::WkbType QgsProcessingAlgorithm::VectorProperties::wkbType = Qgis::WkbType::Unknown |
Geometry (WKB) type.
Definition at line 339 of file qgsprocessingalgorithm.h.