All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Utils.h File Reference
#include "../../geometry/Envelope.h"
#include "../../geometry/LinearRing.h"
#include "../../color/RGBAColor.h"
#include "../../maptools/Canvas.h"
#include "../../maptools/WorldDeviceTransformer.h"
#include "WorldTransformer.h"
#include "../../common/UnitOfMeasure.h"
#include "../../maptools/Enums.h"
#include "../../geometry/Point.h"
#include "../../geometry/Polygon.h"
#include "Config.h"
#include <string>
#include <iostream>
#include <fstream>

Go to the source code of this file.

Classes

class  te::layout::Utils
 Utility class with functions to manipulate the canvas and conversion between projections. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::layout
 This is the namespace for the Layout module.
 

Variables

const double TeCDR = 0.01745329251994329576
 Conversion factor: degrees to radians. More...
 
const double TeCRD = 57.29577951308232087679
 Conversion factor: radians to degrees. More...
 

Variable Documentation

const double TeCDR = 0.01745329251994329576

Conversion factor: degrees to radians.

Definition at line 49 of file Utils.h.

Referenced by te::layout::Utils::calculatePlanarZone().

const double TeCRD = 57.29577951308232087679

Conversion factor: radians to degrees.

Definition at line 50 of file Utils.h.

Referenced by te::layout::Utils::calculatePlanarZone().