27 #include "../datatype/Enums.h" 
   33                                            std::string* defaultValue,
 
   36   : SimpleProperty(name, te::dt::
GEOMETRY_TYPE, isRequired, defaultValue, id, parent),
 
   46                                            std::string* defaultValue,
 
   49   : SimpleProperty(name, te::dt::
GEOMETRY_TYPE, isRequired, defaultValue, id, parent),
 
   56   : SimpleProperty(rhs),
 
   58     m_geomType(rhs.m_geomType)
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
~GeometryProperty()
Destructor. 
 
te::dt::Property * clone() const 
It returns a clone of the object. 
 
It models a property definition. 
 
An Envelope defines a 2D rectangular region. 
 
GeometryProperty(const std::string &name, bool isRequired=false, std::string *defaultValue=0, unsigned int id=0, te::dt::Property *parent=0)
It constructs a new GeometryProperty.