Settings for TIFF image target. More...
#include <spatmod/imagetargettiff.h>
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) |
Settings for TIFF image target.
| SPATMOD::IMAGE::TARGETPARM_TIFF::TARGETPARM_TIFF | ( | ) |
Constructor.
| void SPATMOD::IMAGE::TARGETPARM_TIFF::SetCompression | ( | TIFFEXT::COMPRESSION | compression | ) | [inline] |
Set compression type.
Default is COMPRESSION_None if not specified.
| compression | Compression method |
| void SPATMOD::IMAGE::TARGETPARM_TIFF::SetDescription | ( | const MISTRING & | desc | ) | [inline] |
Set image description.
Default is no description if not specified.
| 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.
| SegmentColumns | Number of columns per segment | |
| SegmentRows | Number of rows per segment |
1.6.1