AnalysisWorkbenchPositionLLA#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPositionLLA#

A position represented by the Latitude, longtitude and Latitude.

Overview#

latitude

Specify a latitude angle.

longitude

Specify a longitude angle.

altitude

Specify an altitude value.

Import detail#

from ansys.stk.core.analysis_workbench import AnalysisWorkbenchPositionLLA

Property detail#

property AnalysisWorkbenchPositionLLA.latitude: float#

Specify a latitude angle.

property AnalysisWorkbenchPositionLLA.longitude: float#

Specify a longitude angle.

property AnalysisWorkbenchPositionLLA.altitude: float#

Specify an altitude value.