QGeoBoundingCircle
Since: 1.1
#include <QtLocationSubset/QGeoBoundingCircle>
The QGeoBoundingCircle class defines a circular geographic area.
The circle is defined in terms of a QGeoCoordinate which specifies the center of the circle and a qreal which specifies the radius of the circle in metres.
The circle is considered invalid if the center coordinate is invalid or if the radius is less than zero.
Overview
Inheritance
QtMobilitySubset::QGeoBoundingArea | ||
QtMobilitySubset::QGeoBoundingCircle |
Public Types Index
Only has inherited public types
enum AreaType |
Public Functions Index
QGeoBoundingCircle () | |
QGeoBoundingCircle (const QGeoCoordinate ¢er, qreal radius) | |
QGeoBoundingCircle (const QGeoBoundingCircle &other) | |
~QGeoBoundingCircle () | |
QGeoCoordinate | center () const |
virtual bool | contains (const QGeoCoordinate &coordinate) const |
virtual bool | isEmpty () const |
virtual bool | isValid () const |
bool | operator!= (const QGeoBoundingCircle &other) const |
QGeoBoundingCircle & | operator= (const QGeoBoundingCircle &other) |
bool | operator== (const QGeoBoundingCircle &other) const |
qreal | radius () const |
void | setCenter (const QGeoCoordinate ¢er) |
void | setRadius (qreal radius) |
void | translate (double degreesLatitude, double degreesLongitude) |
QGeoBoundingCircle | translated (double degreesLatitude, double degreesLongitude) const |
virtual QGeoBoundingArea::AreaType | type () const |
Public Types
(Only has inherited public types)
Describes the type of a bounding area.
BoxType A box shaped bounding area.
CircleType A circular bounding area.
- BoxType
- CircleType
Public Functions
Constructs a new, invalid bounding circle.
Constructs a new bounding circle centered at center and with a radius of radius metres.
Constructs a new bounding circle from the contents of other.
Destructor.
QGeoCoordinate
Returns the center coordinate of this bounding circle.
virtual bool
Returns whether the coordinate coordinate is contained within this bounding circle.
virtual bool
Returns whether this bounding circle has a geometrical area of zero.
Returns true if this bounding circle is invalid.
virtual bool
Returns whether this bounding circle is valid.
A valid bounding circle has a valid center coordinate and a radius greater than or equal to zero.
bool
Returns whether this bounding circle is not equal to other.
QGeoBoundingCircle &
Assigns other to this bounding circle and returns a reference to this bounding circle.
bool
Returns whether this bounding circle is equal to other.
qreal
Returns the radius in meters of this bounding circle.
void
Sets the center coordinate of this bounding circle to center.
void
Sets the radius in meters of this bounding circle to radius.
void
Translates this bounding circle by degreesLatitude northwards and degreesLongitude eastwards.
Negative values of degreesLatitude and degreesLongitude correspond to southward and westward translation respectively.
QGeoBoundingCircle
Returns a copy of this bounding circle translated by degreesLatitude northwards and degreesLongitude eastwards.
virtualQGeoBoundingArea::AreaType
Returns QGeoBoundingArea::CircleType to identify this as a QGeoBoundingCircle instance.
This function is provided to help find the specific type of aQGeoBoundingArea instance.
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy