Class to implement transformation from UTM to WGS84.
More...
#include <utm_transformer.h>
Class to implement transformation from UTM to WGS84.
This class should not be used directly. It is used internally by swri_transform_util::Transform
Definition at line 163 of file utm_transformer.h.
swri_transform_util::UtmToWgs84Transform::UtmToWgs84Transform |
( |
boost::shared_ptr< UtmUtil > |
utm_util, |
|
|
int32_t |
utm_zone, |
|
|
char |
utm_band |
|
) |
| |
virtual TransformImplPtr swri_transform_util::UtmToWgs84Transform::Inverse |
( |
| ) |
const |
|
virtual |
virtual void swri_transform_util::UtmToWgs84Transform::Transform |
( |
const tf::Vector3 & |
v_in, |
|
|
tf::Vector3 & |
v_out |
|
) |
| const |
|
virtual |
char swri_transform_util::UtmToWgs84Transform::utm_band_ |
|
protected |
int32_t swri_transform_util::UtmToWgs84Transform::utm_zone_ |
|
protected |
The documentation for this class was generated from the following file: