CustomImageGlobeOverlay#
- class ansys.stk.core.graphics.CustomImageGlobeOverlay#
Bases:
IGlobeImageOverlay
,IGlobeOverlay
A globe image overlay that allows for a user defined image to be specified.
Overview#
Initiate start-up when imagery is being added to the globe. |
|
Initiate shutdown when imagery is being removed from the globe. |
|
Clear the image data cache associated with this instance. This is equivalent to deleting and re-adding the overlay. |
|
Reload the image data associated with this instance. Preserves the current image data until new image data replaces it. |
|
Read a tile from the specified extent, scales it to and stores the result in image. |
Get whether the overlay contains translucent imagery. |
|
Get the maximum resolution of the inlay in meters per pixel. |
|
Get the map projection. Valid values are mercator and equidistant cylindrical. |
Import detail#
from ansys.stk.core.graphics import CustomImageGlobeOverlay
Property detail#
- property CustomImageGlobeOverlay.is_translucent: bool#
Get whether the overlay contains translucent imagery.
- property CustomImageGlobeOverlay.maximum_meters_per_pixel: float#
Get the maximum resolution of the inlay in meters per pixel.
- property CustomImageGlobeOverlay.projection: MapProjection#
Get the map projection. Valid values are mercator and equidistant cylindrical.
Method detail#
- CustomImageGlobeOverlay.start_up(self, scene: Scene) None #
Initiate start-up when imagery is being added to the globe.
- Parameters:
scene :
Scene
- Returns:
- CustomImageGlobeOverlay.shut_down(self, scene: Scene) None #
Initiate shutdown when imagery is being removed from the globe.
- Parameters:
scene :
Scene
- Returns:
- CustomImageGlobeOverlay.clear_cache(self) None #
Clear the image data cache associated with this instance. This is equivalent to deleting and re-adding the overlay.
- Returns: