FastTileDatabase
轻量级高性能瓦片地图数据库
|
瓦片坐标范围,在FTD中瓦片坐标永远定义为从 0 开始 More...
Public Member Functions | |
bool | operator== (const MeFTDTileExtent &other) const |
bool | isValid () const |
返回瓦片坐标范是否有效 More... | |
int | width () const |
返回瓦片坐标范围横向瓦片数量 More... | |
int | height () const |
返回瓦片坐标范围纵向瓦片数量 More... | |
long long | count () const |
返回瓦片总量 More... | |
MeFTDTileExtent ()=default | |
Public Attributes | |
MeFTDTileKey | TopLeft |
MeFTDTileKey | BottomRight |
瓦片坐标范围,在FTD中瓦片坐标永远定义为从 0 开始
瓦片坐标反应的是瓦片的左上角。
|
default |
|
inline |
返回瓦片总量
|
inline |
返回瓦片坐标范围纵向瓦片数量
|
inline |
返回瓦片坐标范是否有效
|
inline |
|
inline |
返回瓦片坐标范围横向瓦片数量
MeFTDTileKey MapEdges::MeFTDTileExtent::BottomRight |
MeFTDTileKey MapEdges::MeFTDTileExtent::TopLeft |