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