GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
Loading...
Searching...
No Matches
TileConstants Namespace Reference

Variables

static constexpr int REVISION_OFS = 4
 
static constexpr int NODE_INDEX_OFS = 8
 
static constexpr int WAY_INDEX_OFS = 12
 
static constexpr int AREA_INDEX_OFS = 16
 
static constexpr int RELATION_INDEX_OFS = 20
 
static constexpr int EXPORTS_OFS = 24
 

Variable Documentation

◆ AREA_INDEX_OFS

int TileConstants::AREA_INDEX_OFS = 16
staticconstexpr

◆ EXPORTS_OFS

int TileConstants::EXPORTS_OFS = 24
staticconstexpr

◆ NODE_INDEX_OFS

int TileConstants::NODE_INDEX_OFS = 8
staticconstexpr

◆ RELATION_INDEX_OFS

int TileConstants::RELATION_INDEX_OFS = 20
staticconstexpr

◆ REVISION_OFS

int TileConstants::REVISION_OFS = 4
staticconstexpr

◆ WAY_INDEX_OFS

int TileConstants::WAY_INDEX_OFS = 12
staticconstexpr