Base class of all geometry objects. More...
#include "IQueryWindow.hpp"
Public Member Functions | |
virtual const RangeType & | xrange () const =0 |
virtual const RangeType & | yrange () const =0 |
virtual void | xrange (const RangeType &xrange)=0 |
virtual void | yrange (const RangeType &yrange)=0 |
![]() | |
virtual GeometryType | geometryType () const =0 |
get geometry type (kind of runtime type information) | |
![]() | |
virtual QueryType | type () const =0 |
get geometry type (kind of runtime type information) | |
virtual int | dimension () const =0 |
returns dimension of query (2 or 3) | |
virtual double | maxSearchDistance2D () const =0 |
returns the maximum search distance in 2d (or double max if no limits exists) | |
virtual double | maxSearchDistance3D () const =0 |
returns the maximum search distance in 3d (or double max if no limits exists) | |
virtual IQueryBase * | clone () const =0 |
get an object copy | |
![]() | |
virtual void | Delete () |
Static Public Member Functions | |
static IQueryWindow * | New (double x, double y) |
static IQueryWindow * | New (const RangeType &x, const RangeType &y) |
Base class of all geometry objects.