#include <rvc/raster.h>

Public Member Functions | |
| LINKPARMS_ECW (const FILEPATH &filename, const INT32 *BandList, INT32 Sample=1, GEOSPATIAL::MAKELINKFLAGS flags=GEOSPATIAL::MAKELINKFLAG_None) | |
| RVC::RASTER::LINKPARMS_ECW::LINKPARMS_ECW | ( | const FILEPATH & | filename, | |
| const INT32 * | BandList, | |||
| INT32 | Sample = 1, |
|||
| GEOSPATIAL::MAKELINKFLAGS | flags = GEOSPATIAL::MAKELINKFLAG_None | |||
| ) | [inline] |
Constructor If the 'BandList' parameter is used it must contain 3 items.
For RGB, each entry should contain the appropriate 0-based band index. For grayscale, the first entry must contain the band index and the remaining entries must contain -1.
| filename | File to link to | |
| BandList | List of bands, 0 for default | |
| Sample | Sample, 1 unless pyramid tier |
1.6.1