CoverageBoundsLatitudeLine#

class ansys.stk.core.stkobjects.CoverageBoundsLatitudeLine#

Bases: ICoverageBounds

Latitude Line: Create a set of points along a single latitude line, useful when the coverage is only expected to vary with longitude.

Overview#

start_longitude

Longitude at which the latitude line begins. Uses Longitude Dimension.

stop_longitude

Longitude at which the latitude line ends. Uses Longitude Dimension.

latitude

Latitude of the latitude line. Uses Latitude Dimension.

Import detail#

from ansys.stk.core.stkobjects import CoverageBoundsLatitudeLine

Property detail#

property CoverageBoundsLatitudeLine.start_longitude: Any#

Longitude at which the latitude line begins. Uses Longitude Dimension.

property CoverageBoundsLatitudeLine.stop_longitude: Any#

Longitude at which the latitude line ends. Uses Longitude Dimension.

property CoverageBoundsLatitudeLine.latitude: Any#

Latitude of the latitude line. Uses Latitude Dimension.