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
tableName
table name
Return Value
new style mapping table
-
Initializer
Declaration
Objective-C
- (instancetype)initWithTable:(GPKGUserCustomTable *)table;
Swift
init!(table: GPKGUserCustomTable!)
Parameters
table
user custom table
Return Value
new style mapping table
-
Get the geometry type name column index
Declaration
Objective-C
- (int)geometryTypeNameColumnIndex;
Swift
func geometryTypeNameColumnIndex() -> Int32
Return 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