| Package | Description | 
|---|---|
| agi.foundation.celestial | 
 Contains types used in modeling characteristics of celestial objects and celestial phenomena. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MotionEvaluator1<Nutation> | 
NutationModel.getEvaluator()
    Gets an evaluator to evaluate the nutation at given dates. 
 | 
abstract MotionEvaluator1<Nutation> | 
NutationModel.getEvaluator(EvaluatorGroup group)
    Gets an evaluator to evaluate the nutation at given dates. 
 | 
MotionEvaluator1<Nutation> | 
Iau1980Nutation.getEvaluator(EvaluatorGroup group)
    Gets an evaluator to compute the  
Nutation for a specified JulianDate. | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
Nutation.equals(Nutation left,
      Nutation right)
Returns  
true if the two instances are exactly equal. | 
boolean | 
Nutation.equalsType(Nutation other)
Indicates whether another instance of this type is exactly equal to this instance. 
 | 
static boolean | 
Nutation.notEquals(Nutation left,
         Nutation right)
Returns  
true if the two instances are not exactly equal. |