Polygon is a subclass of CurvePolygon whose rings are defined by linear rings. 
 
virtual ~Polygon()
Virtual destructor. 
 
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...
 
virtual CurvePolygon & operator=(const CurvePolygon &rhs)
Assignment operator. 
 
virtual Polygon & operator=(const Polygon &rhs)
Assignment operator. 
 
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. 
 
virtual te::dt::AbstractData * clone() const 
It clones the linestring. 
 
Polygon(std::size_t nRings, GeomType t, int srid=0, Envelope *mbr=0)
It initializes the Geometry with the specified spatial reference system id and envelope. 
 
An Envelope defines a 2D rectangular region. 
 
virtual const std::string & getGeometryType() const 
It returns the name of the instantiable subtype of Geometry of which this geometric object is an inst...
 
static const std::string sm_typeName