MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLHarrisImageExporter Class Reference
Inheritance diagram for TSLHarrisImageExporter:

Detailed Description

This class provides the capability to export images in Harris image format.

Pseudo Code

TSLHarrisImageExporter::unlockSupport( key );

setCallback(callback, userData)
exportDirectory(directory)

export(images)

Output Directory Structure

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
 

Constructor & Destructor Documentation

◆ TSLHarrisImageExporter()

TSLHarrisImageExporter::TSLHarrisImageExporter ( )

◆ ~TSLHarrisImageExporter()

virtual TSLHarrisImageExporter::~TSLHarrisImageExporter ( )
virtual

Member Function Documentation

◆ exportImage()

bool TSLHarrisImageExporter::exportImage ( const char ** imageFilePaths,
int imageCount )

Exports Harris images

Parameters
imageFilePathsarray of pointers to null terminated strings. Each string is a filepath to a raster image file.
imageCountnumber of pointers in the array
Returns
true if the export succeeded, false otherwise.

◆ unlockSupport()

static bool TSLHarrisImageExporter::unlockSupport ( const char * key)
static

Unlocks support for Harris image export.

If this method is not called then exporting of Harris images will fail.

Parameters
keyThe unlock key for the Harris image filter, provided by Envitia.