26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_MULTICURVE_H    27 #define __TERRALIB_GEOMETRY_INTERNAL_MULTICURVE_H    73         MultiCurve(
const MultiCurve& rhs);
    85         virtual MultiCurve& operator=(
const MultiCurve& rhs);
   119         bool isClosed() 
const;
   126         double getLength() 
const;
   149 #endif  // __TERRALIB_GEOMETRY_INTERNAL_MULTICURVE_H GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
virtual ~MultiCurve()
Virtual 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. 
 
Dimensionality
From Wikipedia: "in mathematics, the dimension of an object is an intrinsic property, independent of the space in which the object may happen to be embedded". 
 
A base class for values that can be retrieved from the data access module. 
 
#define TE_DEFINE_VISITABLE
 
MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves...
 
It is a collection of other geometric objects. 
 
It is a collection of other geometric objects.