![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|

This class provides the capability to export images in Harris image format.
TSLHarrisImageExporter::unlockSupport( key ); setCallback(callback, userData) exportDirectory(directory) export(images)
The output directory structure is:
exportDirectory/HDF/*.HDF
Where exportDirectory is the directory set by the user by calling exportDirectory() method.
Public Member Functions | |
| TSLHarrisImageExporter () | |
| virtual | ~TSLHarrisImageExporter () |
| bool | exportImage (const char **imageFilePaths, int imageCount) |
Public Member Functions inherited from TSLRPFExporter | |
| bool | exportDirectory (const char *directory) |
| void | setCallback (TSLRPFProgressCallback callback, void *callbackData=0) |
| void | cancel () |
Static Public Member Functions | |
| static bool | unlockSupport (const char *key) |
Additional Inherited Members | |
Protected Member Functions inherited from TSLRPFExporter | |
| TSLRPFExporter () | |
| virtual | ~TSLRPFExporter () |
| bool | createTableOfContents (bool keepAnalysisFiles, const char *product) |
Protected Attributes inherited from TSLRPFExporter | |
| void * | m_classId |
| TSLHarrisImageExporter::TSLHarrisImageExporter | ( | ) |
|
virtual |
| bool TSLHarrisImageExporter::exportImage | ( | const char ** | imageFilePaths, |
| int | imageCount ) |
Exports Harris images
| imageFilePaths | array of pointers to null terminated strings. Each string is a filepath to a raster image file. |
| imageCount | number of pointers in the array |
|
static |
Unlocks support for Harris image export.
If this method is not called then exporting of Harris images will fail.
| key | The unlock key for the Harris image filter, provided by Envitia. |