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