Contents
QGeoBoundingBox Class Reference
The QGeoBoundingBox class defines a rectangular geographic area. More...
#include <QGeoBoundingBox>
Public Functions
QGeoBoundingBox () | |
QGeoBoundingBox ( const QGeoCoordinate & center, double degreesWidth, double degreesHeight ) | |
QGeoBoundingBox ( const QGeoCoordinate & topLeft, const QGeoCoordinate & bottomRight ) | |
QGeoBoundingBox ( const QGeoBoundingBox & other ) | |
~QGeoBoundingBox () | |
QGeoCoordinate | bottomLeft () const |
QGeoCoordinate | bottomRight () const |
QGeoCoordinate | center () const |
bool | contains ( const QGeoCoordinate & coordinate ) const |
bool | contains ( const QGeoBoundingBox & boundingBox ) const |
double | height () |
QGeoBoundingBox | intersected ( const QGeoBoundingBox & boundingBox ) const |
bool | intersects ( const QGeoBoundingBox & boundingBox ) const |
bool | isEmpty () const |
bool | isValid () const |
void | setCenter ( const QGeoCoordinate & center ) |
void | setHeight ( double degreesHeight ) |
void | setWidth ( double degreesWidth ) |
QGeoCoordinate | topLeft () const |
QGeoCoordinate | topRight () const |
void | translate ( double degreesLatitude, double degreesLongitude ) |
QGeoBoundingBox | translated ( double degreesLatitude, double degreesLongitude ) const |
QGeoBoundingBox | united ( const QGeoBoundingBox & boundingBox ) const |
double | width () const |
bool | operator!= ( const QGeoBoundingBox & other ) const |
QGeoBoundingBox | operator& ( const QGeoBoundingBox & boundingBox ) const |
QGeoBoundingBox & | operator&= ( const QGeoBoundingBox & boundingBox ) |
QGeoBoundingBox & | operator= ( const QGeoBoundingBox & other ) |
bool | operator== ( const QGeoBoundingBox & other ) const |
QGeoBoundingBox | operator| ( const QGeoBoundingBox & boundingBox ) const |
QGeoBoundingBox & | operator|= ( const QGeoBoundingBox & boundingBox ) |
Detailed Description
The QGeoBoundingBox class defines a rectangular geographic area.