| angle | osmscout::Projection | protected |
| angleCos | osmscout::MercatorProjection | protected |
| angleNegCos | osmscout::MercatorProjection | protected |
| angleNegSin | osmscout::MercatorProjection | protected |
| angleSin | osmscout::MercatorProjection | protected |
| CanBatch() const override | osmscout::MercatorProjection | inlinevirtual |
| ConvertPixelToWidth(double pixel) const | osmscout::Projection | inline |
| ConvertWidthToPixel(double width) const | osmscout::Projection | inline |
| dpi | osmscout::Projection | protected |
| GeoIsIn(double lon, double lat) const | osmscout::Projection | inline |
| GeoIsIn(double lonMin, double latMin, double lonMax, double latMax) const | osmscout::Projection | inline |
| GeoToPixel(const GeoCoord &coord, double &x, double &y) const override | osmscout::MercatorProjection | virtual |
| GeoToPixel(const BatchTransformer &transformData) const override | osmscout::MercatorProjection | protectedvirtual |
| GetAngle() const | osmscout::Projection | inline |
| GetCenter() const | osmscout::Projection | inline |
| GetDimensions() const | osmscout::Projection | inline |
| GetDimensions(GeoBox &boundingBox) const | osmscout::Projection | inline |
| GetDPI() const | osmscout::Projection | inline |
| GetHeight() const | osmscout::Projection | inline |
| GetLat() const | osmscout::Projection | inline |
| GetLon() const | osmscout::Projection | inline |
| GetMagnification() const | osmscout::Projection | inline |
| GetMeterInMM() const | osmscout::Projection | inline |
| GetMeterInPixel() const | osmscout::Projection | inline |
| GetPixelSize() const | osmscout::Projection | inline |
| GetWidth() const | osmscout::Projection | inline |
| height | osmscout::Projection | protected |
| IsLinearInterpolationEnabled() const | osmscout::MercatorProjection | inline |
| IsValid() const override | osmscout::MercatorProjection | inlinevirtual |
| IsValidFor(const GeoCoord &coord) const override | osmscout::MercatorProjection | inlinevirtual |
| lat | osmscout::Projection | protected |
| latMax | osmscout::Projection | protected |
| latMin | osmscout::Projection | protected |
| latOffset | osmscout::MercatorProjection | protected |
| lon | osmscout::Projection | protected |
| lonMax | osmscout::Projection | protected |
| lonMin | osmscout::Projection | protected |
| magnification | osmscout::Projection | protected |
| MaxLat | osmscout::MercatorProjection | static |
| MaxLon | osmscout::MercatorProjection | static |
| MercatorProjection() | osmscout::MercatorProjection | |
| meterInMM | osmscout::Projection | protected |
| meterInPixel | osmscout::Projection | protected |
| MinLat | osmscout::MercatorProjection | static |
| MinLon | osmscout::MercatorProjection | static |
| Move(double horizPixel, double vertPixel) | osmscout::MercatorProjection | |
| MoveDown(double pixel) | osmscout::MercatorProjection | inline |
| MoveLeft(double pixel) | osmscout::MercatorProjection | inline |
| MoveRight(double pixel) | osmscout::MercatorProjection | inline |
| MoveUp(double pixel) | osmscout::MercatorProjection | inline |
| pixelSize | osmscout::Projection | protected |
| PixelToGeo(double x, double y, double &lon, double &lat) const override | osmscout::MercatorProjection | virtual |
| PixelToGeo(double x, double y, GeoCoord &coord) const | osmscout::MercatorProjection | inline |
| Projection() | osmscout::Projection | |
| scale | osmscout::MercatorProjection | protected |
| scaledLatDeriv | osmscout::MercatorProjection | protected |
| scaleGradtorad | osmscout::MercatorProjection | protected |
| Set(const GeoCoord &coord, const Magnification &magnification, size_t width, size_t height) | osmscout::MercatorProjection | inline |
| Set(const GeoCoord &coord, double angle, const Magnification &magnification, size_t width, size_t height) | osmscout::MercatorProjection | inline |
| Set(const GeoCoord &coord, const Magnification &magnification, double dpi, size_t width, size_t height) | osmscout::MercatorProjection | inline |
| Set(const GeoCoord &coord, double angle, const Magnification &magnification, double dpi, size_t width, size_t height) | osmscout::MercatorProjection | |
| SetLinearInterpolationUsage(bool useLinearInterpolation) | osmscout::MercatorProjection | inline |
| useLinearInterpolation | osmscout::MercatorProjection | protected |
| valid | osmscout::MercatorProjection | protected |
| width | osmscout::Projection | protected |
| ~Projection()=default | osmscout::Projection | virtual |