26#ifndef __TERRALIB_GEOMETRY_INTERNAL_MULTIPOINT_H
27#define __TERRALIB_GEOMETRY_INTERNAL_MULTIPOINT_H
#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.
GeometryCollection(std::size_t nGeom, GeomType t, int srid=0, Envelope *mbr=0)
It initializes the geometry collection with the specified spatial reference system id and envelope.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
const std::string & getGeometryType() const
The name of the instantiable subtype of geometry: MultiPoint.
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.
Geometry * locateBetween(const double &mStart, const double &mEnd) const
It returns a derived geometry collection value according to the range of coordinate values inclusivel...
static const std::string sm_typeName
Geometry type name for MultiPoint.
te::dt::AbstractData * clone() const
It clones the multi point.
Dimensionality getDimension() const
MultiPoint is 0-dimensional.
MultiPoint(const MultiPoint &rhs)
Copy constructor.
An exception class for the Geometry module.
Namespace for the Vector Geometry module of TerraLib.
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.