26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_POLYGON_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_POLYGON_H 
   80         Polygon(
const Polygon& rhs);
 
   92         virtual Polygon& operator=(
const Polygon& rhs);
 
  130         virtual const std::string& getGeometryType() 
const throw();
 
  142 #endif  // __TERRALIB_GEOMETRY_INTERNAL_POLYGON_H 
#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. 
 
CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries...
 
#define TE_DEFINE_VISITABLE
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
A base class for values that can be retrieved from the data access module. 
 
CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries...
 
An Envelope defines a 2D rectangular region. 
 
static const std::string sm_typeName