QGeoBoundingArea Class ReferenceThe QGeoBoundingArea class defines a geographic area. More... #include <QGeoBoundingArea> Inherited by QGeoBoundingBox and QGeoBoundingCircle. Public Types
Public Functions
Detailed DescriptionThe QGeoBoundingArea class defines a geographic area. This class is the base class for classes which specify a geographic area. For the sake of consistency, subclasses should describe the specific details of the associated areas in terms of QGeoCoordinate instances and distances in metres. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QGeoBoundingArea::BoxType | 0 | A box shaped bounding area. |
QGeoBoundingArea::CircleType | 1 | A circular bounding area. |
Destroys this bounding area.
Returns whether the coordinate coordinate is contained within this area.
Returns whether this bounding area is empty.
An empty area is a region which has a geometrical area of 0.
Returns whether this bounding area is valid.
An area is considered to be invalid if some of the data that is required to unambiguously describe the area has not been set or has been set to an unsuitable value.
Returns the type of this area.
© 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy