26 #ifndef __TERRALIB_SQLITE_INTERNAL_EWKBWRITER_H 
   27 #define __TERRALIB_SQLITE_INTERNAL_EWKBWRITER_H 
   30 #include "../common/Enums.h" 
   31 #include "../geometry/Visitor.h" 
   33 #ifdef TE_ENABLE_SPATIALITE 
   89         unsigned char* m_ewkb;
 
   96 #endif  // TE_ENABLE_SPATIALITE 
   98 #endif  // __TERRALIB_SQLITE_INTERNAL_EWKBWRITER_H 
MultiLineString is a MultiCurve whose elements are LineStrings. 
 
MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surface...
 
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings. 
 
A LinearRing is a LineString that is both closed and simple. 
 
A point with z-coordinate value. 
 
CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries...
 
TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches...
 
A base abstract class for 0-dimensional geometric objects that represents a single location in coordi...
 
A point with a z-coordinate value and an associated measurement. 
 
MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves...
 
LineString is a curve with linear interpolation between points. 
 
CircularString is a curve with circular interpolation between points. 
 
Curve is an abstract class that represents 1-dimensional geometric objects stored as a sequence of co...
 
MultiPolygon is a MultiSurface whose elements are Polygons. 
 
MachineByteOrder
Endianness. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
A point with x and y coordinate values. 
 
CompoundCurve is a curve that may have circular and linear segments. 
 
A point with an associated measure. 
 
It is a collection of other geometric objects. 
 
PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments...
 
MultiPoint is a GeometryCollection whose elements are restricted to points. 
 
Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary. 
 
A visitor interface for the Geometry hierarchy. 
 
Surface is an abstract class that represents a 2-dimensional geometric objects.