|
FastTileDatabase
轻量级高性能瓦片地图数据库
|
瓦片坐标。 More...
Public Member Functions | |
| MeFTDTileKey ()=default | |
| MeFTDTileKey (int nX, int nY, MeFTDZoom nZoom) | |
| ~MeFTDTileKey ()=default | |
| MeFTDTileKey | operator= (const MeFTDTileKey &other) |
| bool | operator== (const MeFTDTileKey &other) const |
| bool | isValid () const |
| void | setZoom (MeFTDZoom nZoom) |
| MeFTDZoom | zoom () const |
Public Member Functions inherited from MapEdges::MeFTDPoint2D< int > | |
| MeFTDPoint2D ()=default | |
| 默认构造函数 More... | |
| MeFTDPoint2D (int nX, int nY) | |
| 通过传入 X,Y直接构建对象 More... | |
| virtual MeFTDPoint2D | operator= (const MeFTDPoint2D &other) |
| virtual bool | operator== (const MeFTDPoint2D< int > &other) const |
| 比较当前坐标点是否与 other 一致 More... | |
| void | setX (int nX) |
| 设置 X More... | |
| void | setY (int nY) |
| 设置 Y More... | |
| int | x () const |
| 返回坐标点的 X More... | |
| int | y () const |
| 返回坐标点的 Y More... | |
Additional Inherited Members | |
Protected Attributes inherited from MapEdges::MeFTDPoint2D< int > | |
| int | mX |
| int | mY |
瓦片坐标。
|
default |
| MapEdges::MeFTDTileKey::MeFTDTileKey | ( | int | nX, |
| int | nY, | ||
| MeFTDZoom | nZoom | ||
| ) |
|
default |
| bool MapEdges::MeFTDTileKey::isValid | ( | ) | const |
| MeFTDTileKey MapEdges::MeFTDTileKey::operator= | ( | const MeFTDTileKey & | other | ) |
| bool MapEdges::MeFTDTileKey::operator== | ( | const MeFTDTileKey & | other | ) | const |
| void MapEdges::MeFTDTileKey::setZoom | ( | MeFTDZoom | nZoom | ) |
| MeFTDZoom MapEdges::MeFTDTileKey::zoom | ( | ) | const |