#include <lti_imageStageOverrides.h>
Public Member Functions | |
LTIOverrideGeoCoordData () | |
~LTIOverrideGeoCoordData () | |
LT_STATUS | setGeoCoord (const LTIGeoCoord &geoCoord) |
set the geographic coordinates of the image | |
LT_STATUS | setDefaultGeoCoord (const LTIImage &image) |
set the geographic coordinates of the image | |
Public Attributes | |
LTIGeoCoord * | m_geoCoord |
bool | m_geoCoordImplicit |
Definition at line 260 of file lti_imageStageOverrides.h.
LTIOverrideGeoCoordData::LTIOverrideGeoCoordData | ( | ) |
LTIOverrideGeoCoordData::~LTIOverrideGeoCoordData | ( | ) |
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().
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:
Definition at line 297 of file lti_imageStageOverrides.h.
Referenced by LTIOverrideGeoCoord< LTIImageFilter >::getGeoCoord().
Definition at line 298 of file lti_imageStageOverrides.h.
Referenced by LTIOverrideGeoCoord< LTIImageFilter >::isGeoCoordImplicit().
LizardTech |