SPATMOD::IMAGE::SOURCE_MGD Class Reference

Source which supports reading from MGD device. More...

#include <spatmod/imagesourcemgd.h>

Inheritance diagram for SPATMOD::IMAGE::SOURCE_MGD:
Inheritance graph
[legend]

List of all members.

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 ()

Detailed Description

Source which supports reading from MGD device.


Constructor & Destructor Documentation

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.

Parameters:
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.

Parameters:
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]

The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:40:07 2012 for TNTsdk 2012 by  doxygen 1.6.1