Spacecraft.GetHeight Method

Top 

Description

Returns the bodydetic height. Objects below the surface will return a negative height.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

Spacecraft.GetHeight()

Variable

Returns the bodydetic height above the reference ellipsoid. Objects below the surface of the ellipsoid will return a negative height.

Spacecraft.GetHeight(Terrain terrain)

Variable

Return the bodydetic height above the provided Terrain object. Objects below the surface of the terrain will return a negative height. This is a geodetic height measured along the line perpendicular to the ellipsoid. For Spacecraft objects, this is the distance from the calling Spacecraft to the point where its subsatellite point intersects with the terrain. This distance is the same as (Spacecraft height above terrain) = (Spacecraft height above the ellipsoid) - (terrain height above the ellipsoid at the spacecraft's subsatellite point lat/lon).

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide