|
|
This class represents a geographic position.
| Geo ()
| Geo |
Construct invalid geographics position object.
| Geo ( float latitude, float longitude )
| Geo |
Construct geographics position object.
Parameters:
| latitude | Geographical latitude |
| longitude | Geographical longitude |
| void setLatitude ( float )
| setLatitude |
Sets the latitude.
| float latitude ()
| latitude |
[const]
Returns the latitude.
| void setLongitude ( float )
| setLongitude |
Sets the longitude.
| float longitude ()
| longitude |
[const]
Returns the longitude.
| bool isValid ()
| isValid |
[const]
Returns, if this object contains a valid geographical position.
| bool operator== ( const Geo & )
| operator== |
[const]
| bool operator!= ( const Geo & )
| operator!= |
[const]
| QString asString ()
| asString |
[const]
Returns string representation of geographical position.
| Generated by: root on sparc64.ports.openbsd.org on Sun Sep 14 00:06:14 2003, using kdoc 2.0a54. |