QGIS API Documentation
3.0.2-Girona (307d082)
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
z
+
Functions
a
b
c
d
f
g
i
l
n
o
p
r
s
t
u
z
Variables
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
c
e
f
g
h
k
l
m
o
p
r
s
t
u
v
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
x
y
z
+
Related Functions
a
c
d
e
f
g
l
m
n
o
p
q
r
s
t
v
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
u
v
w
z
+
Variables
a
d
g
h
i
l
n
p
u
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
+
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
core
processing
qgsprocessing.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsprocessing.h
3
---------------
4
begin : July 2017
5
copyright : (C) 2017 by Nyall Dawson
6
email : nyall dot dawson at gmail dot com
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#ifndef QGSPROCESSING_H
19
#define QGSPROCESSING_H
20
21
#include "qgis_core.h"
22
#include "
qgis.h
"
23
#include "
qgsprocessingparameters.h
"
24
25
//
26
// Output definitions
27
//
28
39
class
CORE_EXPORT
QgsProcessing
40
{
41
42
public
:
43
45
enum
SourceType
46
{
47
TypeMapLayer = -2,
48
TypeVectorAnyGeometry = -1,
49
TypeVectorPoint = 0,
50
TypeVectorLine = 1,
51
TypeVectorPolygon = 2,
52
TypeRaster = 3,
53
TypeFile = 4,
54
TypeVector = 5,
55
};
56
57
58
59
};
60
61
#endif // QGSPROCESSING_H
QgsProcessing
Contains enumerations and other constants for use in processing algorithms and parameters.
Definition:
qgsprocessing.h:39
QgsProcessing::SourceType
SourceType
Data source types enum.
Definition:
qgsprocessing.h:45
qgsprocessingparameters.h
qgis.h
Generated on Sat Apr 21 2018 11:45:00 for QGIS API Documentation by
1.8.13