MrSID Decode SDK for Raster Reference Manual
9.5.1.4427
|
#include <lti_imageStageOverrides.h>
Public Member Functions | |
LTIOverrideGeoCoordData () | |
~LTIOverrideGeoCoordData () | |
LT_STATUS | setGeoCoord (const LTIGeoCoord &geoCoord) |
set the geographic coordinates of the image More... | |
LT_STATUS | setDefaultGeoCoord (const LTIImage &image) |
set the geographic coordinates of the image More... | |
Public Attributes | |
LTIGeoCoord * | m_geoCoord |
bool | m_geoCoordImplicit |
Definition at line 260 of file lti_imageStageOverrides.h.
LTIOverrideGeoCoordData::LTIOverrideGeoCoordData | ( | ) |
LTIOverrideGeoCoordData::~LTIOverrideGeoCoordData | ( | ) |
This function is used to set the geographic coordinates of the image to a reasonable default, when there are no other geographic coordinates to use.
The default coordinates used are:
Calling this function will cause isGeoCoordImplicit() to return true.
LT_STATUS LTIOverrideGeoCoordData::setGeoCoord | ( | const LTIGeoCoord & | geoCoord) |
This function is used to set the geographic coordinates of the image.
Derived classes may choose to call this function from within their initialize() method. If the geographic coordinates are not set, the default position is assumed.
geoCoord | the geographic coordinate information |
Referenced by LTIOverrideGeoCoord< LTIImageFilter >::overrideGeoCoord().
LTIGeoCoord* LTIOverrideGeoCoordData::m_geoCoord |
Definition at line 297 of file lti_imageStageOverrides.h.
Referenced by LTIOverrideGeoCoord< LTIImageFilter >::getGeoCoord().
bool LTIOverrideGeoCoordData::m_geoCoordImplicit |
Definition at line 298 of file lti_imageStageOverrides.h.
Referenced by LTIOverrideGeoCoord< LTIImageFilter >::isGeoCoordImplicit().
LizardTech |