| 
    QGIS API Documentation
    3.24.2-Tisler (13c1a02865)
    
   | 
 
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 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.
| QgsWkbTypes::Type QgsProcessingAlgorithm::VectorProperties::wkbType = QgsWkbTypes::Unknown | 
Geometry (WKB) type.
Definition at line 342 of file qgsprocessingalgorithm.h.