GPKGAttributesTable
Objective-C
@interface GPKGAttributesTable : GPKGUserTable
Swift
class GPKGAttributesTable : GPKGUserTable
Undocumented
-
Initialize
Declaration
Objective-C
- (instancetype)initWithTable:(NSString *)tableName andColumns:(NSArray *)columns;Swift
init!(table tableName: String!, andColumns columns: [Any]!)Parameters
tableNametable name
columnsattributes columns
Return Value
new attributes table
-
Get the list of attributes columns
Declaration
Objective-C
- (GPKGAttributesColumns *)attributesColumns;Swift
func attributesColumns() -> GPKGAttributesColumns!Return Value
columns
View on GitHub
GPKGAttributesTable Class Reference