Source which supports reading from MGD device. More...
#include <spatmod/imagesourcemgd.h>

Public Member Functions | |
| SOURCE_MGD (MGD::DEVICE *Device, bool bTakeOwnership, const TRANS2D_MAPGEN *pTransToCRS=0, bool UseXasAlpha=false) | |
| SOURCE_MGD (MGD::DEVICE &Device, const TRANS2D_MAPGEN *pTransToCRS=0, bool UseXasAlpha=false) | |
| virtual | ~SOURCE_MGD () |
Source which supports reading from MGD device.
| SPATMOD::IMAGE::SOURCE_MGD::SOURCE_MGD | ( | MGD::DEVICE & | Device, | |
| const TRANS2D_MAPGEN * | pTransToCRS = 0, |
|||
| bool | UseXasAlpha = false | |||
| ) | [explicit] |
Construct and attach to specified device.
Device must support MGD::CAPABILITY_GetImage or error will be returned by Initialize.
| Device | Device to attach | |
| pTransToCRS | Transformation from device to map CRS | |
| UseXasAlpha | Treat RGBX and similar as RGBA |
| SPATMOD::IMAGE::SOURCE_MGD::SOURCE_MGD | ( | MGD::DEVICE * | Device, | |
| bool | bTakeOwnership, | |||
| const TRANS2D_MAPGEN * | pTransToCRS = 0, |
|||
| bool | UseXasAlpha = false | |||
| ) | [explicit] |
Construct and attach to specified device.
Device must support MGD::CAPABILITY_GetImage or error will be returned by Initialize.
| Device | Device to attach | |
| bTakeOwnership | If true, SOURCE_MGD will "own" the device and delete in its own destructor | |
| pTransToCRS | Transformation from device to map CRS | |
| UseXasAlpha | Treat RGBX and similar as RGBA |
| virtual SPATMOD::IMAGE::SOURCE_MGD::~SOURCE_MGD | ( | ) | [virtual] |
1.6.1