API Documentation
|
This is the complete list of members for Proj4CoordinateConverter, including all inherited members.
convert(const Vertex< 3, fltp08 > &location, bool inverse=false) const override | Proj4CoordinateConverter | virtual |
convert(const Vertex< 2, fltp08 > &location, bool inverse=false) const override | Proj4CoordinateConverter | virtual |
convert(const Bounds< 3, fltp08 > &location, bool inverse=false) const override | Proj4CoordinateConverter | virtual |
convert(const Bounds< 2, fltp08 > &location, bool inverse=false) const override | Proj4CoordinateConverter | virtual |
convert(const Matrix< fltp08 > &location, bool inverse=false) const override | Proj4CoordinateConverter | virtual |
CoordinateConverter(const CoordinateProjection &to_projection, const CoordinateProjection &from_projection) | CoordinateConverter | inline |
fromProjection() | CoordinateConverter | inline |
m_from_projection | CoordinateConverter | protected |
m_pj_from | Proj4CoordinateConverter | protected |
m_pj_to | Proj4CoordinateConverter | protected |
m_to_projection | CoordinateConverter | protected |
Proj4CoordinateConverter(const CoordinateProjection &to_projection, const CoordinateProjection &from_projection) | Proj4CoordinateConverter | |
setDestinationProjection(const CoordinateProjection &to_projection) override | Proj4CoordinateConverter | virtual |
setSourceProjection(const CoordinateProjection &from_projection) override | Proj4CoordinateConverter | virtual |
toProjection() | CoordinateConverter | inline |