|
|
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: caleb on tcdevel on Tue Jan 28 12:54:33 2003, using kdoc $. |