A proxy class provides access to the raster and projection streams implemented by a plugin. Proxies are instantiated using Projection Raster Stream Plugin Activator.
IsProjectionStreamSupported | Returns true if the projection streaming is supported. |
IsRasterStreamSupported | Returns true if the raster streaming is supported. |
ProjectionStream | Returns a projection stream. |
RasterStream | Returns a raster stream. |
RealPluginObject | Returns a pointer to plugin object's IUnknown interface. |