GPKGFeatureTileLinkTableCreator
Objective-C
@interface GPKGFeatureTileLinkTableCreator : GPKGNGATableCreator
Swift
class GPKGFeatureTileLinkTableCreator : GPKGNGATableCreator
Feature Tile Link Extension Table Creator
-
Initialize
Declaration
Objective-C
- (instancetype)initWithDatabase:(GPKGConnection *)database;
Swift
init!(database: GPKGConnection!)
Parameters
database
database connection
Return Value
new feature tile link table creator
-
Create Feature Tile Link table
Declaration
Objective-C
- (int)createFeatureTileLink;
Swift
func createFeatureTileLink() -> Int32
Return Value
tables created