| 
    QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
    
   | 
 
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 313 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 325 of file qgsprocessingalgorithm.h.
| QgsCoordinateReferenceSystem QgsProcessingAlgorithm::VectorProperties::crs | 
Coordinate Reference System.
Definition at line 322 of file qgsprocessingalgorithm.h.
| QgsFields QgsProcessingAlgorithm::VectorProperties::fields | 
Fields.
Definition at line 316 of file qgsprocessingalgorithm.h.
| Qgis::WkbType QgsProcessingAlgorithm::VectorProperties::wkbType = Qgis::WkbType::Unknown | 
Geometry (WKB) type.
Definition at line 319 of file qgsprocessingalgorithm.h.