Main Page
Modules
Namespaces
Classes
Files
File List
File Members
VectorProcessing.h
Go to the documentation of this file.
1
#ifndef __VECTORPROCESSINGEXAMPLES_H
2
#define __VECTORPROCESSINGEXAMPLES_H
3
4
// This examples show how to call the Geographic Operation Aggregation algorithm on vector data
5
// Adapt the source and target datasource information to your environment!
6
7
//---------------Dissolve---------------//
8
9
//Input data is from a shape file and the output is save in an another shape file.
10
bool
DissolveOGRToOGR
();
11
12
//Input data is from a shape file and the output is save in a postgis database.
13
bool
DissolveOGRToPGIS
();
14
15
//Input data is from a postgis database and the output is save in a postgis too.
16
bool
DissolvePGISToPGIS
();
17
18
//Input data is from a postgis database and the output is save in a shape file.
19
bool
DissolvePGISToOGR
();
20
21
22
//---------------Intersection---------------//
23
24
//Input data is from a shape file and the output is save in an another shape file.
25
bool
IntersectionOGRToOGR
();
26
27
//Input data is from a shape file and the output is save in a postgis database.
28
bool
IntersectionOGRToPGIS
();
29
30
//Input data is from a postgis database and the output is save in a postgis too.
31
bool
IntersectionPGISToPGIS
();
32
33
//Input data is from a postgis database and the output is save in a shape file.
34
bool
IntersectionPGISToOGR
();
35
36
37
//---------------Buffer---------------//
38
39
//Input data is from a shape file and the output is save in an another shape file.
40
bool
BufferOGRToOGR
();
41
42
//Input data is from a shape file and the output is save in a postgis database.
43
bool
BufferOGRToPGIS
();
44
45
//Input data is from a postgis database and the output is save in a postgis too.
46
bool
BufferPGISToPGIS
();
47
48
//Input data is from a postgis database and the output is save in a shape file.
49
bool
BufferPGISToOGR
();
50
51
52
//---------------Identity---------------//
53
54
//Input data is from a shape file and the output is save in an another shape file.
55
bool
IdentityOGRToOGR
();
56
57
//Input data is from a shape file and the output is save in a postgis database.
58
bool
IdentityOGRToPGIS
();
59
60
//Input data is from a postgis database and the output is save in a postgis too.
61
bool
IdentityPGISToPGIS
();
62
63
//Input data is from a postgis database and the output is save in a shape file.
64
bool
IdentityPGISToOGR
();
65
66
67
#endif
IntersectionPGISToOGR
bool IntersectionPGISToOGR()
Definition:
examples/vp/Intersection.cpp:228
BufferPGISToPGIS
bool BufferPGISToPGIS()
Definition:
Buffer.cpp:170
IdentityOGRToPGIS
bool IdentityOGRToPGIS()
Definition:
examples/vp/Identity.cpp:120
DissolveOGRToOGR
bool DissolveOGRToOGR()
Definition:
examples/vp/Dissolve.cpp:30
BufferPGISToOGR
bool BufferPGISToOGR()
Definition:
Buffer.cpp:236
IntersectionOGRToPGIS
bool IntersectionOGRToPGIS()
Definition:
examples/vp/Intersection.cpp:90
IntersectionOGRToOGR
bool IntersectionOGRToOGR()
Definition:
examples/vp/Intersection.cpp:14
IdentityPGISToOGR
bool IdentityPGISToOGR()
Definition:
examples/vp/Identity.cpp:328
IdentityOGRToOGR
bool IdentityOGRToOGR()
Definition:
examples/vp/Identity.cpp:16
DissolvePGISToPGIS
bool DissolvePGISToPGIS()
Definition:
examples/vp/Dissolve.cpp:225
BufferOGRToOGR
bool BufferOGRToOGR()
Definition:
Buffer.cpp:19
IntersectionPGISToPGIS
bool IntersectionPGISToPGIS()
Definition:
examples/vp/Intersection.cpp:164
DissolveOGRToPGIS
bool DissolveOGRToPGIS()
Definition:
examples/vp/Dissolve.cpp:127
BufferOGRToPGIS
bool BufferOGRToPGIS()
Definition:
Buffer.cpp:95
IdentityPGISToPGIS
bool IdentityPGISToPGIS()
Definition:
examples/vp/Identity.cpp:225
DissolvePGISToOGR
bool DissolvePGISToOGR()
Definition:
examples/vp/Dissolve.cpp:341
terralib5_src
examples
vp
VectorProcessing.h
Generated on Wed Jun 6 2018 12:16:17 for TerraLib by
1.8.11