« Basic principle » : différence entre les versions

De Gentleman
Aller à la navigation Aller à la recherche
Page créée avec « <font color=#556B2F>'''GENTLEMAN'''</font> proposes a <font color=#FF8C00>Java</font> interface. Using this <font color=#FF8C00>Java</font> interface is relatively simple... »
 
Aucun résumé des modifications
Ligne 6 : Ligne 6 :
# Execute the propagation to store the output in a spacecraft list.
# Execute the propagation to store the output in a spacecraft list.
# Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> object.
# Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> object.
# Initialize a <font color=#556B2F>'''GENTLEMAN'''</font> builder object.
# Initialize a [{{PathCurrentJavaDoc}}/fr/cnes/dynvol/gentleman/calc/tles/GtmBuilder.html GtmBuilder] builder object.
# Call the needed method of the builder object.
# Call the needed method of the builder object.
# Get the results via getters methods.
# Get the results via getters methods.

Version du 10 septembre 2021 à 08:54

GENTLEMAN proposes a Java interface. Using this Java interface is relatively simple but as GENTLEMAN needs a lot of data as inputs the most important difficulty will be to initialize them.

So, the developer will have to:

  1. Initialize a GENTLEMAN propagator.
  2. Execute the propagation to store the output in a spacecraft list.
  3. Initialize a GENTLEMAN object.
  4. Initialize a GtmBuilder builder object.
  5. Call the needed method of the builder object.
  6. Get the results via getters methods.