RasterImageGlobeOverlayFactory#
- class ansys.stk.core.graphics.RasterImageGlobeOverlayFactory#
A globe image overlay for handling rasters.
Overview#
Initialize a raster image globe overlay with the provided values. |
|
Initialize a raster image globe overlay with the provided values. |
|
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.
- 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