AttributeFill.h
Go to the documentation of this file.
1 #ifndef __ATTRIBUTEFILLEXAMPLES_H
2 #define __ATTRIBUTEFILLEXAMPLES_H
3 
4 // This examples show how to call the Attribute Fill Operation algorithms on vector and raster data
5 // Adapt the source and target datasource information to your environment!
6 
7 //---------------Raster to Vector---------------//
9 
11 
12 //---------------Vector to Raster---------------//
13 bool VectorToRaster();
14 
15 bool VectorToVector();
16 
17 #endif
bool VectorToVector()