CoverageResolution#

class ansys.stk.core.stkobjects.CoverageResolution#

IntEnum

Overview#

RESOLUTION_AREA

Define the location of grid coordinates by using the specified area to determine a latitude/longitude spacing scheme at the equator.

RESOLUTION_DISTANCE

Define the location of the grid coordinates by using the specified distance to determine a latitude/longitude spacing scheme at the equator.

RESOLUTION_LATITUDE_LONGITUDE

Determine the location of grid coordinates by applying a user-specified value at the equator. STK stretches grid points in longitude at higher or lower latitudes in an attempt to preserve the area of the grid point.

Import detail#

from ansys.stk.core.stkobjects import CoverageResolution