#include <MapProjection.hpp>
◆ MapProjection()
| MapProjection::MapProjection |
( |
| ) |
|
◆ ~MapProjection()
| MapProjection::~MapProjection |
( |
| ) |
|
|
virtual |
◆ ConvertLatLonToXY()
| virtual bool MapProjection::ConvertLatLonToXY |
( |
double | aLat, |
|
|
double | aLon, |
|
|
double & | aX, |
|
|
double & | aY ) const |
|
pure virtual |
◆ ConvertXYToLatLon()
| virtual bool MapProjection::ConvertXYToLatLon |
( |
double | aX, |
|
|
double | aY, |
|
|
double & | aLat, |
|
|
double & | aLon ) const |
|
pure virtual |
◆ SetCenter()
| virtual void MapProjection::SetCenter |
( |
double | aLatDeg, |
|
|
double | aLonDeg ) |
|
pure virtual |
The documentation for this class was generated from the following files: