SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude#

class ansys.stk.core.analysis_workbench.SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude#

Bases: ISpatialAnalysisToolVolumeGrid, IAnalysisWorkbenchComponent

A volume grid lat lon alt (Cartogrographic) interface.

Overview#

reference_central_body

Get the central body for the volume grid. Both the central body reference shape and its CBF (central body centered fixed) system are used by this volume grid.

latitude_coordinates

Return latitude Coordinates parameters for the Theta system.

longitude_coordinates

Return longtitude Coordinates parameters for the Radius system.

altitude_grid_parameters

Return altitude parameters for the Height system.

auto_fit_bounds

Specify whether to use the auto fit bounds. Set to true to use the auto fit bounds..

Import detail#

from ansys.stk.core.analysis_workbench import SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude

Property detail#

property SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude.reference_central_body: str#

Get the central body for the volume grid. Both the central body reference shape and its CBF (central body centered fixed) system are used by this volume grid.

property SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude.latitude_coordinates: SpatialAnalysisToolGridCoordinateDefinition#

Return latitude Coordinates parameters for the Theta system.

property SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude.longitude_coordinates: SpatialAnalysisToolGridCoordinateDefinition#

Return longtitude Coordinates parameters for the Radius system.

property SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude.altitude_grid_parameters: SpatialAnalysisToolGridCoordinateDefinition#

Return altitude parameters for the Height system.

property SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude.auto_fit_bounds: bool#

Specify whether to use the auto fit bounds. Set to true to use the auto fit bounds..