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