26#ifndef __TERRALIB_GEOMETRY_INTERNAL_MULTILINESTRING_H
27#define __TERRALIB_GEOMETRY_INTERNAL_MULTILINESTRING_H
#define TE_DEFINE_VISITABLE
MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves.
A base class for values that can be retrieved from the data access module.
An Envelope defines a 2D rectangular region.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
TE_DEFINE_VISITABLE MultiCurve(std::size_t nGeom, GeomType t, int srid=0, Envelope *mbr=0)
It initializes the multi curve with the specified spatial reference system id and envelope.
static const std::string sm_typeName
Geometry type name for MultiLineString.
MultiLineString & operator=(const MultiLineString &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...
MultiLineString(std::size_t nGeom, GeomType t, int srid=0, Envelope *mbr=0)
It initializes the multi line string with the specified spatial reference system id and envelope.
MultiLineString(const MultiLineString &rhs)
Copy constructor.
~MultiLineString()
Destructor.
const std::string & getGeometryType() const
The name of the Geometry subtype is: MultiLineString.
te::dt::AbstractData * clone() const
It clones the linestring.
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.
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.