GGroundPlotPanel : Différence entre versions

De Wiki
Aller à : navigation, rechercher
(Page créée avec « TBW ... »)
 
Ligne 1 : Ligne 1 :
TBW ...
+
This widget exists since V1.8. It consists in plotting ground tracks above a planisphere represented by an image. To do this, we must:
 +
 
 +
* create a GroundTrackDataProvider object in charge of reading tha dat in file(s)
 +
* then calling the GGroundPlotPanel object
 +
 
 +
The following example shows how to do it.
 +
 
 +
<syntaxhighlight lang="java">
 +
 
 +
 
 +
</syntaxhighlight>

Version du 26 septembre 2018 à 14:07

This widget exists since V1.8. It consists in plotting ground tracks above a planisphere represented by an image. To do this, we must:

  • create a GroundTrackDataProvider object in charge of reading tha dat in file(s)
  • then calling the GGroundPlotPanel object

The following example shows how to do it.