SPATMOD::IMAGE::TARGETPARM_TIFF Class Reference

Settings for TIFF image target. More...

#include <spatmod/imagetargettiff.h>

List of all members.

Public Types

enum  GEOTAG { GEOTAG_None, GEOTAG_Automatic, GEOTAG_Affine, GEOTAG_CtrlPoint }

Public Member Functions

 TARGETPARM_TIFF ()
void SetCompression (TIFFEXT::COMPRESSION compression)
void SetDescription (const MISTRING &desc)
void SetGeoTag (GEOTAG GeoTag)
void SetPlanarConfig (TIFFEXT::PLANARCONFIG PlanarConfig)
void SetSegmentSize (INT32 SegmentColumns, INT32 SegmentRows)

Detailed Description

Settings for TIFF image target.


Member Enumeration Documentation

Enumeration for type of GeoTIFF tags to use.

Enumerator:
GEOTAG_None 
GEOTAG_Automatic 
GEOTAG_Affine 
GEOTAG_CtrlPoint 

Constructor & Destructor Documentation

SPATMOD::IMAGE::TARGETPARM_TIFF::TARGETPARM_TIFF (  ) 

Constructor.


Member Function Documentation

void SPATMOD::IMAGE::TARGETPARM_TIFF::SetCompression ( TIFFEXT::COMPRESSION  compression  )  [inline]

Set compression type.

Default is COMPRESSION_None if not specified.

Parameters:
compression Compression method
void SPATMOD::IMAGE::TARGETPARM_TIFF::SetDescription ( const MISTRING desc  )  [inline]

Set image description.

Default is no description if not specified.

Parameters:
desc Description
void SPATMOD::IMAGE::TARGETPARM_TIFF::SetGeoTag ( GEOTAG  GeoTag  )  [inline]

Set preferred type of GeoTIFF tags to use.

Default is GEOTAG_Automatic if not specified.

void SPATMOD::IMAGE::TARGETPARM_TIFF::SetPlanarConfig ( TIFFEXT::PLANARCONFIG  PlanarConfig  )  [inline]

Set planar configuration.

Default is PLANARCONFIG_Contiguous if not specified.

void SPATMOD::IMAGE::TARGETPARM_TIFF::SetSegmentSize ( INT32  SegmentColumns,
INT32  SegmentRows 
) [inline]

Set segment size.

Actual segment size may be adjusted based on format requirements. Default segment size will be determined from input stage if not specified.

Parameters:
SegmentColumns Number of columns per segment
SegmentRows Number of rows per segment

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

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