All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
WKTActions.cpp File Reference

A class that implements the semanthic actions to grammar rules for well known text (Wkt) format for Geometry. Basically, the class is responsible to generate a geometry element. More...

#include "Geometry.h"
#include "GeometryCollection.h"
#include "LineString.h"
#include "LinearRing.h"
#include "Point.h"
#include "PointM.h"
#include "PointZ.h"
#include "PointZM.h"
#include "Polygon.h"
#include "PolyhedralSurface.h"
#include "MultiLineString.h"
#include "MultiPoint.h"
#include "MultiPolygon.h"
#include "TIN.h"
#include "Triangle.h"
#include "WKTActions.h"
#include "../common/STLUtils.h"

Go to the source code of this file.

Detailed Description

A class that implements the semanthic actions to grammar rules for well known text (Wkt) format for Geometry. Basically, the class is responsible to generate a geometry element.

Definition in file WKTActions.cpp.