| Package | Description | 
|---|---|
| agi.foundation.celestial | 
 Contains types used in modeling characteristics of celestial objects and celestial phenomena. 
 | 
| agi.foundation.geometry | 
 Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames; 
 the manner in which they are related; and transformations between representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EarthCentralBody | 
CentralBodiesFacet.getEarth()
Gets the planet Earth. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
EarthCentralBody.checkForSameDefinition(EarthCentralBody other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
EarthCentralBody(EarthCentralBody existingInstance,
                CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Axes | 
InternationalTerrestrialReferenceFrameTransformer.convertAxes(EarthCentralBody earth,
           Axes axes,
           String toFrame)
Converts an  
Axes such that an ITRF transformation is applied when it is evaluated. | 
static Axes | 
InternationalTerrestrialReferenceFrameTransformer.convertAxes(EarthCentralBody earth,
           Axes axes,
           String toFrame,
           ArrayList<InternationalTerrestrialReferenceFrameTransformer> itrfList)
Converts an  
Axes such that an ITRF transformation is applied when it is evaluated. | 
static Point | 
InternationalTerrestrialReferenceFrameTransformer.convertPoint(EarthCentralBody earth,
            Point point,
            String toFrame)
Converts a  
Point such that an ITRF transformation is applied when it is evaluated. | 
static Point | 
InternationalTerrestrialReferenceFrameTransformer.convertPoint(EarthCentralBody earth,
            Point point,
            String toFrame,
            ArrayList<InternationalTerrestrialReferenceFrameTransformer> itrfList)
Converts a  
Point such that an ITRF transformation is applied when it is evaluated. | 
static PointInterpolator | 
InternationalTerrestrialReferenceFrameTransformer.createPointInterpolatorInFixedFrame(EarthCentralBody earth,
                                   InternationalTerrestrialReferenceFrameTransformer itrf,
                                   String itrfFrameOfData,
                                   InterpolationAlgorithm algorithm,
                                   int interpolationDegree,
                                   DateMotionCollection1<Cartesian> data)
 | 
static PointInterpolator | 
InternationalTerrestrialReferenceFrameTransformer.createPointInterpolatorInFixedFrame(EarthCentralBody earth,
                                   Iterable<InternationalTerrestrialReferenceFrameTransformer> itrfList,
                                   String itrfFrameOfData,
                                   InterpolationAlgorithm algorithm,
                                   int interpolationDegree,
                                   DateMotionCollection1<Cartesian> data)
 |