CoverageBoundsLongitudeLine#

class ansys.stk.core.stkobjects.CoverageBoundsLongitudeLine#

Bases: ICoverageBounds

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

Overview#

minimum_latitude

Minimum latitude used to define the longitude line. Uses Latitude Dimension.

maximum_latitude

Maximum latitude used to define the longitude line. Uses Latitude Dimension.

longitude

Longitude of the meridian defining the longitude line. Uses Longitude Dimension.

Import detail#

from ansys.stk.core.stkobjects import CoverageBoundsLongitudeLine

Property detail#

property CoverageBoundsLongitudeLine.minimum_latitude: Any#

Minimum latitude used to define the longitude line. Uses Latitude Dimension.

property CoverageBoundsLongitudeLine.maximum_latitude: Any#

Maximum latitude used to define the longitude line. Uses Latitude Dimension.

property CoverageBoundsLongitudeLine.longitude: Any#

Longitude of the meridian defining the longitude line. Uses Longitude Dimension.