|
QGIS API Documentation
3.0.2-Girona (307d082)
|
Contains enumerations and other constants for use in processing algorithms and parameters. More...
#include <qgsprocessing.h>
Public Types | |
| enum | SourceType { TypeMapLayer = -2, TypeVectorAnyGeometry = -1, TypeVectorPoint = 0, TypeVectorLine = 1, TypeVectorPolygon = 2, TypeRaster = 3, TypeFile = 4, TypeVector = 5 } |
| Data source types enum. More... | |
Contains enumerations and other constants for use in processing algorithms and parameters.
Definition at line 39 of file qgsprocessing.h.
Data source types enum.
Definition at line 45 of file qgsprocessing.h.
1.8.13