|
ImagingTools Core SDK
|
#include <CCluster.h>
Public Member Functions | |
| virtual QByteArrayList | GetChildrenIds () const override |
| virtual void | SetChildrenIds (QByteArrayList &list) override |
| virtual double | GetZoom () const override |
| virtual void | SetZoom (double zoom) override |
Public Member Functions inherited from imtgeo::IPosition | |
| virtual double | GetLatitude () const =0 |
| virtual void | SetLatitude (const double &lat)=0 |
| virtual double | GetLongitude () const =0 |
| virtual void | SetLongitude (const double &lon)=0 |
| virtual int | GetZoomLevel () const =0 |
| virtual void | SetZoomLevel (const double &zoom)=0 |
Class for describing a cluster of objects on the map.
Definition at line 22 of file CCluster.h.
|
overridevirtual |
Get id list of objects in cluster.
Implements imtgeo::ICluster.
|
overridevirtual |
Get zoom level of cluster.
Implements imtgeo::ICluster.
|
overridevirtual |
Set id list of objects in cluster.
Implements imtgeo::ICluster.
|
overridevirtual |
Set zoom level of cluster.
Implements imtgeo::ICluster.