Geometry * locateBetween(const double &mStart, const double &mEnd) const 
It returns a derived geometry collection value according to the range of coordinate values inclusivel...
 
PointM & operator=(const PointM &rhs)
Assignment operator. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
double m_m
The Point m-coordinate value. 
 
A point with x and y coordinate values. 
 
A point with an associated measure. 
 
A base class for values that can be retrieved from the data access module. 
 
te::dt::AbstractData * clone() const 
It clones the point. 
 
virtual Point & operator=(const Point &rhs)
Assignment operator. 
 
An Envelope defines a 2D rectangular region. 
 
A point with an associated measure. 
 
PointM(const double &x, const double &y, const double &m, int srid=0, Envelope *mbr=0)
It initializes the point with the specified spatial reference system id and envelope.