26#ifndef __TERRALIB_GEOMETRY_INTERNAL_MULTIPOINT_H 
   27#define __TERRALIB_GEOMETRY_INTERNAL_MULTIPOINT_H 
  136        const std::
string& getGeometryType() const throw();
 
  151        Geometry* locateBetween(const 
double& mStart, const 
double& mEnd) const ;
 
  157        static const std::
string sm_typeName;     
 
#define TE_DEFINE_VISITABLE
 
It is a collection of other geometric objects.
 
A base class for values that can be retrieved from the data access module.
 
An Envelope defines a 2D rectangular region.
 
It is a collection of other geometric objects.
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
 
MultiPoint is a GeometryCollection whose elements are restricted to points.
 
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 & operator=(const MultiPoint &rhs)
Assignment operator.
 
te::dt::AbstractData * clone() const
It clones the multi point.
 
Dimensionality getDimension() const
MultiPoint is 0-dimensional.
 
MultiPoint(const MultiPoint &rhs)
Copy constructor.
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
 
Dimensionality
From Wikipedia: "in mathematics, the dimension of an object is an intrinsic property,...
 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
An exception class for the XML module.