26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_POLYGON_H
27 #define __TERRALIB_GEOMETRY_INTERNAL_POLYGON_H
136 static const std::
string sm_typeName;
#define TE_DEFINE_VISITABLE
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.
CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries.
An Envelope defines a 2D rectangular region.
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
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.
Polygon(const Polygon &rhs)
Copy constructor.
virtual ~Polygon()
Virtual destructor.
virtual const std::string & getGeometryType() const
It returns the name of the instantiable subtype of Geometry of which this geometric object is an inst...
virtual te::dt::AbstractData * clone() const
It clones the linestring.
virtual Polygon & operator=(const Polygon &rhs)
Assignment operator.
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.