RasterImageGlobeOverlayFactory#

class ansys.stk.core.graphics.RasterImageGlobeOverlayFactory#

A globe image overlay for handling rasters.

Overview#

initialize_with_string

Initialize a raster image globe overlay with the provided values.

initialize_with_color

Initialize a raster image globe overlay with the provided values.

initialize_with_raster

Initialize a raster image globe overlay with the provided values.

Import detail#

from ansys.stk.core.graphics import RasterImageGlobeOverlayFactory

Method detail#

RasterImageGlobeOverlayFactory.initialize_with_string(self, uri: str, extent: list) RasterImageGlobeOverlay#

Initialize a raster image globe overlay with the provided values.

Parameters:

uri : str

extent : list

Returns:

RasterImageGlobeOverlay

RasterImageGlobeOverlayFactory.initialize_with_color(self, color: agcolor.Color, extent: list) RasterImageGlobeOverlay#

Initialize a raster image globe overlay with the provided values.

Parameters:

color : Color

extent : list

Returns:

RasterImageGlobeOverlay

RasterImageGlobeOverlayFactory.initialize_with_raster(self, raster: IRaster, extent: list) RasterImageGlobeOverlay#

Initialize a raster image globe overlay with the provided values.

Parameters:

raster : IRaster

extent : list

Returns:

RasterImageGlobeOverlay