26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_MULTILINESTRING_H
27 #define __TERRALIB_GEOMETRY_INTERNAL_MULTILINESTRING_H
79 MultiLineString(
const MultiLineString& rhs);
91 MultiLineString& operator=(
const MultiLineString& rhs);
127 const std::string& getGeometryType()
const throw();
144 Geometry* locateBetween(const
double& mStart, const
double& mEnd) const throw(
Exception);
150 static const std::
string sm_typeName;
156 #endif // __TERRALIB_GEOMETRY_INTERNAL_MULTILINESTRING_H
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
Base exception class for plugin module.
~MultiLineString()
Destructor.
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.
An Envelope defines a 2D rectangular region.
A base class for values that can be retrieved from the data access module.
MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves...
#define TE_DEFINE_VISITABLE
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
MultiLineString is a MultiCurve whose elements are LineStrings.
MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves...