Go to the documentation of this file.
26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_VISITOR_H
27 #define __TERRALIB_GEOMETRY_INTERNAL_VISITOR_H
33 #include "../geometry_fw.h"
93 #endif // __TERRALIB_GEOMETRY_INTERNAL_VISITOR_H
MultiPoint is a GeometryCollection whose elements are restricted to points.
virtual void visit(const MultiCurve &visited)=0
virtual void visit(const LineString &visited)=0
Visitor()
Default constructor.
virtual void visit(const TIN &visited)=0
virtual void visit(const MultiPoint &visited)=0
virtual void visit(const Geometry &visited)=0
PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments.
Surface is an abstract class that represents a 2-dimensional geometric objects.
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.
It is a collection of other geometric objects.
virtual void visit(const LinearRing &visited)=0
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
virtual void visit(const Surface &visited)=0
virtual void visit(const Point &visited)=0
CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries.
virtual void visit(const GeometryCollection &visited)=0
CompoundCurve is a curve that may have circular and linear segments.
MultiPolygon is a MultiSurface whose elements are Polygons.
TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches.
virtual void visit(const MultiPolygon &visited)=0
virtual void visit(const CircularString &visited)=0
virtual void visit(const MultiLineString &visited)=0
LineString is a curve with linear interpolation between points.
A visitor interface for the Geometry hierarchy.
CircularString is a curve with circular interpolation between points.
virtual void visit(const Curve &visited)=0
virtual void visit(const CompoundCurve &visited)=0
virtual ~Visitor()
Virtual destructor.
Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary.
Proxy configuration file for TerraView (see terraview_config.h).
MultiLineString is a MultiCurve whose elements are LineStrings.
Curve is an abstract class that represents 1-dimensional geometric objects stored as a sequence of co...
virtual void visit(const CurvePolygon &visited)=0
A LinearRing is a LineString that is both closed and simple.
virtual void visit(const MultiSurface &visited)=0
virtual void visit(const Polygon &visited)=0
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
virtual void visit(const Triangle &visited)=0
A point with x and y coordinate values.
MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surface...
MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves.
virtual void visit(const PolyhedralSurface &visited)=0