26 #ifndef __TERRALIB_SQLITE_INTERNAL_EWKBSIZE_H 27 #define __TERRALIB_SQLITE_INTERNAL_EWKBSIZE_H 30 #include "../common/Enums.h" 31 #include "../geometry/Visitor.h" 59 void visit(
const te::gm::AbstractPoint& ) {}
61 void visit(
const te::gm::PointM& visited);
62 void visit(
const te::gm::PointZ& visited);
63 void visit(
const te::gm::PointZM& visited);
64 void visit(
const te::gm::PointKd& ) {}
82 #endif // __TERRALIB_SQLITE_INTERNAL_EWKBSIZE_H PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments...
void visit(const te::gm::Triangle &)
MultiPolygon is a MultiSurface whose elements are Polygons.
void visit(const te::gm::CompoundCurve &)
void visit(const te::gm::PointKd &)
Curve is an abstract class that represents 1-dimensional geometric objects stored as a sequence of co...
void visit(const te::gm::CircularString &)
void visit(const te::gm::Geometry &)
void visit(const te::gm::Surface &)
void visit(const te::gm::CurvePolygon &)
TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches...
A LinearRing is a LineString that is both closed and simple.
MultiPoint is a GeometryCollection whose elements are restricted to points.
void visit(const te::gm::TIN &)
LineString is a curve with linear interpolation between points.
void visit(const te::gm::AbstractPoint &)
Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary.
A point with x and y coordinate values.
CompoundCurve is a curve that may have circular and linear segments.
void visit(const te::gm::MultiCurve &)
CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries...
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
void visit(const te::gm::PolyhedralSurface &)
MultiLineString is a MultiCurve whose elements are LineStrings.
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surface...
void visit(const te::gm::Curve &)
MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves...
It is a collection of other geometric objects.
static std::size_t getEWKBSize(const te::gm::Geometry *g)
void visit(const te::gm::MultiSurface &)
CircularString is a curve with circular interpolation between points.
Surface is an abstract class that represents a 2-dimensional geometric objects.
A visitor interface for the Geometry hierarchy.