|
CartoType API
|
#include <cartotype_type1_map_database.h>
Public Types | |
| enum | { KMaxRegions = 5 } |
Public Attributes | |
| int32 | iFilePos |
| int32 | iRegions |
| int32 | iBoundary [KMaxRegions] |
| int32 | iOffset [KMaxRegions] |
| int32 | iObjects |
Information about a region within a layer. Objects of this type are cached to speed up index traversal on platforms with slow file access like Symbian OS.
| anonymous enum |
| int32 CartoType::CType1MapDataBase::TRegion::iBoundary[KMaxRegions] |
Region boundaries; -1 if not known.
Position of the start of this region in the file; -1 if not known.
Number of objects in the region; -1 if not known.
| int32 CartoType::CType1MapDataBase::TRegion::iOffset[KMaxRegions] |
Region offsets; -1 if not known.
Number of regions this region is divided into; -1 if not known.
1.7.5.1