CanvasExamples.h File Reference

Several examples declarations. More...

#include "../../Config.h"

Go to the source code of this file.

Macros

#define TE_EXAMPLE_USE_GDAL   1
 
#define TE_EXAMPLE_USE_OGR   1
 

Functions

void DrawingGeometricObjects ()
 It retrieves data from a Shape-file and prints it to a png graphics file. More...
 
void DrawingRasterObject ()
 It retrieves data from a tiff file and prints it to a png graphics file. More...
 
void DrawPNG ()
 It retrieves data from a Shape-file and prints it to a png graphics file. More...
 
void LoadModules ()
 It loads the data source drivers. More...
 

Detailed Description

Several examples declarations.

Definition in file CanvasExamples.h.

Macro Definition Documentation

#define TE_EXAMPLE_USE_GDAL   1

Definition at line 33 of file CanvasExamples.h.

#define TE_EXAMPLE_USE_OGR   1

Definition at line 31 of file CanvasExamples.h.

Function Documentation

void LoadModules ( )

It loads the data source drivers.

It loads the data source drivers.

Load terralib modules.

It loads the data source drivers.

Definition at line 38 of file attic/unittest/dataaccess/LoadModules.h.