26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_TIN_H    27 #define __TERRALIB_GEOMETRY_INTERNAL_TIN_H    90         TIN& operator=(
const TIN& rhs);
   106         const std::string& getGeometryType() 
const throw();
   120     void setGeometryN(std::
size_t i, 
te::gm::
Polygon* g);
   133         static const std::
string sm_typeName; 
   139 #endif  // __TERRALIB_GEOMETRY_INTERNAL_TIN_H PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments...
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments...
 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches...
 
An Envelope defines a 2D rectangular region. 
 
#define TE_DEFINE_VISITABLE
 
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.