DisplaySystemGeodetic#

class ansys.stk.core.stkobjects.astrogator.DisplaySystemGeodetic#

Bases: IDisplaySystem

The geodetic launch location.

Overview#

latitude

Get or set the latitude of the launch location. Uses Angle Dimension.

longitude

Get or set the longitude of the launch location. Uses Angle Dimension.

altitude

Get or set the altitude of the launch location. Uses Distance Dimension.

Import detail#

from ansys.stk.core.stkobjects.astrogator import DisplaySystemGeodetic

Property detail#

property DisplaySystemGeodetic.latitude: Any#

Get or set the latitude of the launch location. Uses Angle Dimension.

property DisplaySystemGeodetic.longitude: Any#

Get or set the longitude of the launch location. Uses Angle Dimension.

property DisplaySystemGeodetic.altitude: float#

Get or set the altitude of the launch location. Uses Distance Dimension.