ProjectionRasterStreamPluginProxy#

class ansys.stk.core.graphics.ProjectionRasterStreamPluginProxy#

A proxy class provides access to the raster and projection streams implemented by a plugin. Proxies are instantiated using projection raster stream plugin activator.

Overview#

raster_stream

Return a raster stream.

projection_stream

Return a projection stream.

is_raster_stream_supported

Return true if the raster streaming is supported.

is_projection_stream_supported

Return true if the projection streaming is supported.

real_plugin_object

Return a pointer to plugin object’s IUnknown interface.

Import detail#

from ansys.stk.core.graphics import ProjectionRasterStreamPluginProxy

Property detail#

property ProjectionRasterStreamPluginProxy.raster_stream: IRasterStream#

Return a raster stream.

property ProjectionRasterStreamPluginProxy.projection_stream: ProjectionStream#

Return a projection stream.

property ProjectionRasterStreamPluginProxy.is_raster_stream_supported: bool#

Return true if the raster streaming is supported.

property ProjectionRasterStreamPluginProxy.is_projection_stream_supported: bool#

Return true if the projection streaming is supported.

property ProjectionRasterStreamPluginProxy.real_plugin_object: Any#

Return a pointer to plugin object’s IUnknown interface.