QGIS API Documentation
3.14.0-Pi (9f7028fd23)
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
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
w
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
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
a
c
d
e
f
g
i
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
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
n
o
p
q
r
s
t
u
w
Typedefs
a
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
w
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
core
raster
qgsrasterviewport.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsrasterviewport.h - description
3
-------------------
4
begin : Fri Jun 28 2002
5
copyright : (C) 2005 by T.Sutton
6
email : tim@linfiniti.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
#ifndef QGSRASTERVIEWPORT_H
18
#define QGSRASTERVIEWPORT_H
19
20
#include "
qgspointxy.h
"
21
#include "
qgscoordinatereferencesystem.h
"
22
#include "
qgscoordinatetransformcontext.h
"
23
#include "
qgsrectangle.h
"
24
34
struct
CORE_EXPORT
QgsRasterViewPort
35
{
36
#ifdef SIP_RUN
37
% TypeHeaderCode
38
#include <
qgsrasterviewport.h
>
39
% End
40
#endif
41
45
QgsPointXY
mTopLeftPoint;
46
50
QgsPointXY
mBottomRightPoint;
51
53
qgssize
mWidth;
54
58
qgssize
mHeight;
60
62
QgsRectangle
mDrawnExtent;
63
65
QgsCoordinateReferenceSystem
mSrcCRS;
66
68
QgsCoordinateReferenceSystem
mDestCRS;
69
73
QgsCoordinateTransformContext
mTransformContext;
74
};
75
76
#endif //QGSRASTERVIEWPORT_H
QgsCoordinateTransformContext
Definition:
qgscoordinatetransformcontext.h:57
qgsrectangle.h
qgsrasterviewport.h
qgscoordinatetransformcontext.h
QgsRasterViewPort
Definition:
qgsrasterviewport.h:34
QgsRectangle
Definition:
qgsrectangle.h:41
QgsCoordinateReferenceSystem
Definition:
qgscoordinatereferencesystem.h:206
QgsPointXY
Definition:
qgspointxy.h:43
qgscoordinatereferencesystem.h
qgspointxy.h
qgssize
unsigned long long qgssize
Qgssize is used instead of size_t, because size_t is stdlib type, unknown by SIP, and it would be har...
Definition:
qgis.h:723
Generated on Mon Jun 22 2020 05:14:09 for QGIS API Documentation by
1.8.17