GeometryConstructors.cpp File Reference
#include "GeometryExamples.h"
#include <terralib_buildconfig.h>

Go to the source code of this file.

Functions

te::gm::GeometryCollectioncreateGeometryCollection ()
 
te::gm::LineStringcreateLineString (const double &xi, const double &yi, const double &xf, const double &yf)
 
te::gm::PointcreatePoint (const double &x, const double &y)
 
te::gm::PointcreatePointZ (const double &x, const double &y, const double &z)
 
te::gm::PolygoncreatePolygon ()
 
te::gm::PolygoncreatePolygonWithHole ()
 
te::gm::LinearRingcreateSquare (const double &xc, const double &yc, const double &size)
 

Function Documentation

te::gm::LineString* createLineString ( const double &  xi,
const double &  yi,
const double &  xf,
const double &  yf 
)
te::gm::Point* createPoint ( const double &  x,
const double &  y 
)

Definition at line 6 of file GeometryConstructors.cpp.

References p.

Referenced by createGeometries(), and createGeometryCollection().

te::gm::Point* createPointZ ( const double &  x,
const double &  y,
const double &  z 
)
te::gm::Polygon* createPolygonWithHole ( )
te::gm::LinearRing* createSquare ( const double &  xc,
const double &  yc,
const double &  size 
)