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#
Return a raster stream. |
|
Return a projection stream. |
|
Return true if the raster streaming is supported. |
|
Return true if the projection streaming is supported. |
|
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.