26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_MULTILINESTRING_H
27 #define __TERRALIB_GEOMETRY_INTERNAL_MULTILINESTRING_H
147 Geometry* locateBetween(const
double& mStart, const
double& mEnd) const ;
153 static const std::
string sm_typeName;
#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.
MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves.
MultiLineString is a MultiCurve whose elements are LineStrings.
MultiLineString & operator=(const MultiLineString &rhs)
Assignment operator.
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.
te::dt::AbstractData * clone() const
It clones the linestring.
~MultiLineString()
Destructor.
const std::string & getGeometryType() const
The name of the Geometry subtype is: MultiLineString.
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.
An exception class for the XML module.