fr.cnes.sirius.validate.mocks.ephemeris
Interface IEphemerisBody

All Known Implementing Classes:
EphemerisBody

public interface IEphemerisBody

Interface representing a celestial body, with a name, an attraction coefficient and a definition for the IAU pole.

Since:
1.2
Version:
$Id: IEphemerisBody.java 17578 2017-05-10 12:20:20Z bignon $
Author:
Tiziana Sabatini

Method Summary
 double getGM()
           
 IAUPole getIAUPole()
           
 String name()
           
 

Method Detail

getIAUPole

IAUPole getIAUPole()
Returns:
the IAU pole

getGM

double getGM()
Returns:
the attraction coefficient

name

String name()
Returns:
the celestial body name


Copyright © 2017 CNES. All Rights Reserved.