26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_WKBSIZE_H
27 #define __TERRALIB_GEOMETRY_INTERNAL_WKBSIZE_H
55 static std::size_t size(
const Geometry* geom);
64 static std::size_t size(
const Geometry& geom);
79 void visit(
const Point& visited);
80 void visit(
const PointM& visited);
81 void visit(
const PointZ& visited);
82 void visit(
const PointZM& visited);
84 void visit(
const Polygon& visited);
87 void visit(
const TIN& visited);
109 #endif // __TERRALIB_GEOMETRY_INTERNAL_WKBSIZE_H
PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments...
void visit(const CircularString &)
MultiPolygon is a MultiSurface whose elements are Polygons.
Curve is an abstract class that represents 1-dimensional geometric objects stored as a sequence of co...
void visit(const CompoundCurve &)
A point with a z-coordinate value and an associated measurement.
void visit(const AbstractPoint &)
A class that computes the number of bytes necessary to encode a geometry in WKB.
A point with an associated measure.
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.
TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches...
A LinearRing is a LineString that is both closed and simple.
void visit(const CurvePolygon &)
MultiPoint is a GeometryCollection whose elements are restricted to points.
A point with z-coordinate value.
LineString is a curve with linear interpolation between points.
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.
CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries...
void visit(const PointKd &)
void visit(const MultiCurve &)
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
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 MultiSurface &)
std::size_t m_size
A counter for the number of bytes required to store a given geometry in WKB.
void visit(const Surface &)
MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves...
It is a collection of other geometric objects.
void visit(const Curve &)
void visit(const Geometry &)
A base abstract class for 0-dimensional geometric objects that represents a single location in coordi...
A visitor interface for the Geometry hierarchy.
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.