GPKGStyleMappingTable
Objective-C
@interface GPKGStyleMappingTable : GPKGUserMappingTable
Swift
class GPKGStyleMappingTable : GPKGUserMappingTable
Feature Style mapping table
-
Initializer
Declaration
Objective-C
- (instancetype)initWithTableName:(NSString *)tableName;Swift
init!(tableName: String!)Parameters
tableNametable name
Return Value
new style mapping table
-
Initializer
Declaration
Objective-C
- (instancetype)initWithTable:(GPKGUserCustomTable *)table;Swift
init!(table: GPKGUserCustomTable!)Parameters
tableuser custom table
Return Value
new style mapping table
-
Get the geometry type name column index
Declaration
Objective-C
- (int)geometryTypeNameColumnIndex;Swift
func geometryTypeNameColumnIndex() -> Int32Return Value
geometry type name column index
-
Get the geometry type name column
Declaration
Objective-C
- (GPKGUserCustomColumn *)geometryTypeNameColumn;Swift
func geometryTypeNameColumn() -> GPKGUserCustomColumn!Return Value
geometry type name column
View on GitHub
GPKGStyleMappingTable Class Reference