26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_MULTIPOLYGON_H
27 #define __TERRALIB_GEOMETRY_INTERNAL_MULTIPOLYGON_H
146 static const std::
string sm_typeName;
#define TE_DEFINE_VISITABLE
MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surface...
A base class for values that can be retrieved from the data access module.
An Envelope defines a 2D rectangular region.
MultiPolygon is a MultiSurface whose elements are Polygons.
const std::string & getGeometryType() const
The name of the Geometry subtype is: MultiPolygon.
Point * getCentroid() const
MultiPolygon & operator=(const MultiPolygon &rhs)
Assignment operator.
te::dt::AbstractData * clone() const
It clones the multi polygon.
MultiPolygon(std::size_t nGeom, GeomType t, int srid=0, Envelope *mbr=0)
It initializes the Geometry with the specified spatial reference system id and envelope.
Coord2D * getCentroidCoord() const
~MultiPolygon()
Destructor.
MultiPolygon(const MultiPolygon &rhs)
Copy constructor.
MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surface...
A point with x and y coordinate values.
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.