ProjectionRasterStreamPluginActivator#

class ansys.stk.core.graphics.ProjectionRasterStreamPluginActivator#

The Activator class provides methods to load COM plugins that implement projection and raster streaming. For more information about the projection and raster plugins, see the STK Programming Interface.

Overview#

create_from_display_name

Load a projection/raster COM plugin associated with the specified display name and returns a proxy object that allows accessing the raster and projection streams implemented by the plugin.

get_available_display_names

Get a list of available projection/raster plugins’ Display Names (Programmatic Identifiers).

Import detail#

from ansys.stk.core.graphics import ProjectionRasterStreamPluginActivator

Method detail#

ProjectionRasterStreamPluginActivator.create_from_display_name(self, display_name: str) ProjectionRasterStreamPluginProxy#

Load a projection/raster COM plugin associated with the specified display name and returns a proxy object that allows accessing the raster and projection streams implemented by the plugin.

Parameters:

display_name : str

Returns:

ProjectionRasterStreamPluginProxy

ProjectionRasterStreamPluginActivator.get_available_display_names(self) list#

Get a list of available projection/raster plugins’ Display Names (Programmatic Identifiers).

Returns:

list