te::dt::AbstractData * clone() const 
It clones the multi point. 
 
static const std::string sm_typeName
Geometry type name for MultiPoint. 
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
Geometry * locateBetween(const double &mStart, const double &mEnd) const 
It returns a derived geometry collection value according to the range of coordinate values inclusivel...
 
Dimensionality getDimension() const 
MultiPoint is 0-dimensional. 
 
GeometryCollection & operator=(const GeometryCollection &rhs)
Assignment operator. 
 
MultiPoint(std::size_t nGeom, GeomType t, int srid=0, Envelope *mbr=0)
It initializes the Geometry with the specified spatial reference system id and envelope. 
 
MultiPoint is a GeometryCollection whose elements are restricted to points. 
 
MultiPoint is a GeometryCollection whose elements are restricted to points. 
 
An Envelope defines a 2D rectangular region. 
 
Dimensionality
From Wikipedia: "in mathematics, the dimension of an object is an intrinsic property, independent of the space in which the object may happen to be embedded". 
 
A base class for values that can be retrieved from the data access module. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
MultiPoint & operator=(const MultiPoint &rhs)
Assignment operator. 
 
const std::string & getGeometryType() const 
The name of the instantiable subtype of geometry: MultiPoint. 
 
It is a collection of other geometric objects.