26 #ifndef __TERRALIB_SQLITE_INTERNAL_EWKBREADER_H    27 #define __TERRALIB_SQLITE_INTERNAL_EWKBREADER_H    30 #include "../common/Static.h"    34 #include "../geometry_fw.h"    36 #ifdef TE_ENABLE_SPATIALITE    53                                              const unsigned char** endptr,
    54                                              unsigned char ewkbByteOrder,
    59                                        const unsigned char** endptr,
    60                                        unsigned char ewkbByteOrder,
    66                                                  const unsigned char** endptr,
    67                                                  unsigned char ewkbByteOrder,
    74                                                  const unsigned char** endptr,
    75                                                  unsigned char ewkbByteOrder,
    79                                            const unsigned char** endptr,
    80                                            unsigned char ewkbByteOrder,
    86                                                                  const unsigned char** endptr,
    87                                                                  unsigned char ewkbByteOrder,
    96 #endif // TE_ENABLE_SPATIALITE    98 #endif  // __TERRALIB_SQLITE_INTERNAL_EWKBREADER_H Configuration flags for the SQLite Data Access driver. 
 
A LinearRing is a LineString that is both closed and simple. 
 
LineString is a curve with linear interpolation between points. 
 
A point with x and y coordinate values. 
 
An Envelope defines a 2D rectangular region. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings. 
 
An utility class for reading a TerraLib 4.x geometry. 
 
It is a collection of other geometric objects. 
 
A base type for static classes.