#include <CoordinateConverter.h>
|
| CoordinateConverter (const CoordinateProjection &to_projection, const CoordinateProjection &from_projection) |
|
CoordinateProjection | fromProjection () |
|
CoordinateProjection | toProjection () |
|
virtual void | setSourceProjection (const CoordinateProjection &from_projection)=0 |
|
virtual void | setDestinationProjection (const CoordinateProjection &to_projection)=0 |
|
virtual Vertex< 3, fltp08 > | convert (const Vertex< 3, fltp08 > &location, bool inverse=false) const =0 |
|
virtual Vertex< 2, fltp08 > | convert (const Vertex< 2, fltp08 > &location, bool inverse=false) const =0 |
|
virtual Bounds< 3, fltp08 > | convert (const Bounds< 3, fltp08 > &location, bool inverse=false) const =0 |
|
virtual Bounds< 2, fltp08 > | convert (const Bounds< 2, fltp08 > &location, bool inverse=false) const =0 |
|
virtual Matrix< fltp08 > | convert (const Matrix< fltp08 > &location, bool inverse=false) const =0 |
|
◆ CoordinateConverter()
◆ convert() [1/5]
◆ convert() [2/5]
◆ convert() [3/5]
◆ convert() [4/5]
◆ convert() [5/5]
◆ fromProjection()
◆ setDestinationProjection()
◆ setSourceProjection()
◆ toProjection()
◆ m_from_projection
◆ m_to_projection
The documentation for this class was generated from the following file: