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
tableName
table 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
db
database connection
Return Value
tile table