GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
A LinearRing is a LineString that is both closed and simple. 
 
LinearRing(GeomType t, int srid=0, Envelope *mbr=0)
It initializes the linear ring with the specified spatial reference system id and envelope...
 
te::dt::AbstractData * clone() const 
It clones the linear ring. 
 
A LinearRing is a LineString that is both closed and simple. 
 
LineString is a curve with linear interpolation between points. 
 
An Envelope defines a 2D rectangular region. 
 
A base class for values that can be retrieved from the data access module. 
 
virtual LineString & operator=(const LineString &rhs)
Assignment operator. 
 
LinearRing & operator=(const LinearRing &rhs)
Assignment operator.