26 #ifndef __TERRALIB_SQLITE_INTERNAL_EWKBSIZE_H 
   27 #define __TERRALIB_SQLITE_INTERNAL_EWKBSIZE_H 
   30 #include "../common/Enums.h" 
   31 #include "../geometry/Visitor.h" 
   82 #endif  // __TERRALIB_SQLITE_INTERNAL_EWKBSIZE_H 
MultiLineString is a MultiCurve whose elements are LineStrings. 
 
MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surface...
 
void visit(const te::gm::MultiSurface &)
 
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings. 
 
A LinearRing is a LineString that is both closed and simple. 
 
void visit(const te::gm::Curve &)
 
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...
 
void visit(const te::gm::Triangle &)
 
void visit(const te::gm::PointKd &)
 
void visit(const te::gm::MultiCurve &)
 
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...
 
void visit(const te::gm::CurvePolygon &)
 
void visit(const te::gm::PolyhedralSurface &)
 
MultiPolygon is a MultiSurface whose elements are Polygons. 
 
void visit(const te::gm::CompoundCurve &)
 
static std::size_t getEWKBSize(const te::gm::Geometry *g)
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
void visit(const te::gm::AbstractPoint &)
 
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. 
 
void visit(const te::gm::TIN &)
 
void visit(const te::gm::Surface &)
 
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. 
 
void visit(const te::gm::Geometry &)
 
A visitor interface for the Geometry hierarchy. 
 
Surface is an abstract class that represents a 2-dimensional geometric objects. 
 
void visit(const te::gm::CircularString &)