|
| virtual Size | TileSize () const =0 |
| |
| virtual double | Axis () const =0 |
| |
| virtual double | Flattening () const =0 |
| |
| virtual core::Point | FromLatLngToPixel (double lat, double lng, int const &zoom)=0 |
| |
| virtual PointLatLng | FromPixelToLatLng (const qint64 &x, const qint64 &y, const int &zoom)=0 |
| |
| virtual QString | Type () |
| |
| core::Point | FromLatLngToPixel (const PointLatLng &p, const int &zoom) |
| |
| PointLatLng | FromPixelToLatLng (const Point &p, const int &zoom) |
| |
| virtual core::Point | FromPixelToTileXY (const core::Point &p) |
| |
| virtual core::Point | FromTileXYToPixel (const core::Point &p) |
| |
| virtual Size | GetTileMatrixMinXY (const int &zoom)=0 |
| |
| virtual Size | GetTileMatrixMaxXY (const int &zoom)=0 |
| |
| virtual Size | GetTileMatrixSizeXY (const int &zoom) |
| |
| int | GetTileMatrixItemCount (const int &zoom) |
| |
| virtual Size | GetTileMatrixSizePixel (const int &zoom) |
| |
| QList< core::Point > | GetAreaTileList (const RectLatLng &rect, const int &zoom, const int &padding) |
| |
| virtual double | GetGroundResolution (const int &zoom, const double &latitude) |
| | PureProjection::GetGroundResolution Returns the conversion from pixels to meters. More...
|
| |
| void | FromGeodeticToCartesian (double Lat, double Lng, double Height, double &X, double &Y, double &Z) |
| | PureProjection::FromGeodeticToCartesian. More...
|
| |
| void | FromCartesianTGeodetic (const double &X, const double &Y, const double &Z, double &Lat, double &Lng) |
| |
| PointLatLng | translate (PointLatLng p1, double distance, double bearing) |
| |
| double | courseBetweenLatLng (const PointLatLng &p1, const PointLatLng &p2) |
| |
| void | offSetFromLatLngs (PointLatLng p1, PointLatLng p2, double &dX, double &dY) |
| |
| double | bound (double const &n, double const &minValue, double const &maxValue) const |
| | PureProjection::bound Bounds the value at an upper and lower threshold. More...
|
| |
Definition at line 43 of file pureprojection.h.