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
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.
static const std::string sm_typeName
An Envelope defines a 2D rectangular region.
CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries...
CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries...
A base class for values that can be retrieved from the data access module.
#define TE_DEFINE_VISITABLE
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.