#include "CanvasExamples.h"#include <terralib/color.h>#include <terralib/geometry.h>#include <terralib/qt/widgets/canvas/Canvas.h>#include <QApplication>Go to the source code of this file.
Functions | |
| void | DrawingGeometricObjects () |
| It retrieves data from a Shape-file and prints it to a png graphics file. More... | |
| void DrawingGeometricObjects | ( | ) |
It retrieves data from a Shape-file and prints it to a png graphics file.
Definition at line 11 of file DrawingGeometricObjects.cpp.
References te::qt::widgets::Canvas::draw(), te::gm::LineStringType, p, te::map::PNG, te::gm::PolygonType, te::qt::widgets::Canvas::save(), te::qt::widgets::Canvas::setLineColor(), te::gm::LineString::setPoint(), te::qt::widgets::Canvas::setPolygonContourColor(), te::qt::widgets::Canvas::setPolygonFillColor(), te::gm::CurvePolygon::setRingN(), and te::qt::widgets::Canvas::setWindow().
Referenced by main().