double m_z
The Point z-coordinate value. 
 
PointZ(const double &x, const double &y, const double &z, int srid=0, Envelope *mbr=0)
It initializes the point with the specified spatial reference system id and envelope. 
 
virtual Point & operator=(const Point &rhs)
Assignment operator. 
 
te::dt::AbstractData * clone() const 
It clones the point. 
 
A point with z-coordinate value. 
 
A point with x and y coordinate values. 
 
An Envelope defines a 2D rectangular region. 
 
A base class for values that can be retrieved from the data access module. 
 
A point with z-coordinate value. 
 
PointZ & operator=(const PointZ &rhs)
Assignment operator.