26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_TRIANGLE_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_TRIANGLE_H 
   92         Triangle(
const Triangle& rhs);
 
  104         Triangle& operator=(
const Triangle& rhs);
 
  112 #endif  // __TERRALIB_GEOMETRY_INTERNAL_TRIANGLE_H 
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings. 
 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings. 
 
#define TE_DEFINE_VISITABLE
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary. 
 
An Envelope defines a 2D rectangular region.