26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_MULTIPOLYGON_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_MULTIPOLYGON_H 
  102         Point* getCentroid() 
const;
 
  104         Coord2D* getCentroidCoord() 
const;
 
  140         const std::string& getGeometryType() 
const throw();
 
  146         static const std::
string sm_typeName;     
 
  152 #endif  // __TERRALIB_GEOMETRY_INTERNAL_MULTIPOLYGON_H 
MultiPolygon is a MultiSurface whose elements are Polygons. 
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
An utility struct for representing 2D coordinates. 
 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A point with x and y coordinate values. 
 
An Envelope defines a 2D rectangular region. 
 
A base class for values that can be retrieved from the data access module. 
 
#define TE_DEFINE_VISITABLE
 
MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surface...
 
~MultiPolygon()
Destructor. 
 
MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surface...
 
std::string asText() const 
It returns an string with the Well-Known Text Representation for the geometry.