CoverageBounds#

class ansys.stk.core.stkobjects.CoverageBounds#

IntEnum

Overview#

CUSTOM_REGIONS

Create a grid within regions specified by a combination of user-selected area targets, region list files (.rl) and/or ArcView shapefiles (.shp).

GLOBAL

Create a grid that covers the entire globe.

LATITUDE

Create a grid between the user-specified Minimum and Maximum Latitude boundaries.

LATITUDE_LINE

Create a set of points along a single latitude line.

LONGITUDE_LINE

Create a set of points along a single meridian.

CUSTOM_BOUNDARY

Custom boundary coverage.

LATITUDE_LONGITUDE_REGION

Create a lat-lon region between the user-specified Minimum and Maximum Latitude/Longitude boundaries.

Import detail#

from ansys.stk.core.stkobjects import CoverageBounds