GPKGTileTableReader
Objective-C
@interface GPKGTileTableReader : GPKGUserTableReader
Swift
class GPKGTileTableReader : GPKGUserTableReader
Reads the metadata from an existing tile table
-
Initialize
Declaration
Objective-C
- (instancetype)initWithTable:(NSString *)tableName;Swift
init!(table tableName: String!)Parameters
tableNametable name
Return Value
new tile table reader
-
Read the tile table with the database connection
Declaration
Objective-C
- (GPKGTileTable *)readTileTableWithConnection:(GPKGConnection *)db;Swift
func readTileTable(with db: GPKGConnection!) -> GPKGTileTable!Parameters
dbdatabase connection
Return Value
tile table
View on GitHub
GPKGTileTableReader Class Reference