This page was last modified 05:44, 29 July 2008.
Celestial Sphere
From Forum Nokia Wiki
| ID | Creation date | April 2, 2008 | |
| Platform | S60 3rd, S60 3rd FP1 | Tested on devices | N95 8Gb |
| Category | Symbian C++ | Subcategory | LBS |
| Keywords: Celestial Sphere |
Celestial Sphere
When observing the sky, all the astronomical objects seen to be located at the dome surface, in the centre of which there is the observer. This imaginary dome forms the upper half of the imaginary sphere which we call celestial sphere.
The program "Celestial Sphere" displays on the screen the celestial sphere (upper sight) and the location of all visible GPS satellites on it and also the strength of the signal of each satellite. The satellites wich are used for defining current location are marked with the green color, but visible and not used ones are marked with the gray color.
For obtaining coordinates of the satellites there is used class CPositionReader.
For data displaying there are used two custom controls:
- CSputnikDrawer shows the sphere and satellites
- CSputnikBarDrawer shows indicates of the strength of the satellites signal
These elements displays from left to right or from top to bottom depending on the size of AppView.
Rereading of the data is going every 3 seconds if the program is active.
Source code (with detailed comments): Image:CelestialSphere.zip
Internal Links
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simulation PSY - its got me stuck | woowoo | Location Based Services and Navigation | 18 | 2008-08-11 05:30 |
| Game-- about collision detection | icq98hk | Mobile Java General | 1 | 2004-07-15 01:20 |
| Nokia Card Phone 2.0 | stasgavr | General Discussion | 1 | 2003-07-26 07:20 |
| Loading from .m3g file | Tesctassa | Mobile Java General | 1 | 2006-11-07 16:53 |
| very strange problem with marshal | sstoica | Python | 3 | 2008-05-20 20:54 |

