26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_LINEARRING_H    27 #define __TERRALIB_GEOMETRY_INTERNAL_LINEARRING_H    92         LinearRing(
const LinearRing& rhs);
   104         LinearRing& operator=(
const LinearRing& rhs);
   134 #endif  // __TERRALIB_GEOMETRY_INTERNAL_LINEARRING_H 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. 
 
A LinearRing is a LineString that is both closed and simple. 
 
LineString is a curve with linear interpolation between points. 
 
An Envelope defines a 2D rectangular region. 
 
A base class for values that can be retrieved from the data access module. 
 
#define TE_DEFINE_VISITABLE
 
LineString is a curve with linear interpolation between points.