GPKGAttributesRow
Objective-C
@interface GPKGAttributesRow : GPKGUserRow
Swift
class GPKGAttributesRow : GPKGUserRow
Attributes Row containing the values from a single results row
-
Attributes Table
Declaration
Objective-C
@property (nonatomic, strong) GPKGAttributesTable *attributesTable;
Swift
var attributesTable: GPKGAttributesTable! { get set }
-
Attributes Columns
Declaration
Objective-C
@property (nonatomic, strong) GPKGAttributesColumns *attributesColumns;
Swift
var attributesColumns: GPKGAttributesColumns! { get set }
-
Initialize
Declaration
Objective-C
- (instancetype)initWithAttributesTable:(GPKGAttributesTable *)table andColumns:(GPKGAttributesColumns *)columns andValues:(NSMutableArray *)values;
Swift
init!(attributesTable table: GPKGAttributesTable!, andColumns columns: GPKGAttributesColumns!, andValues values: NSMutableArray!)
Parameters
table
attributes table
columns
columns
values
values
Return Value
new attributes row
-
Initialize
Declaration
Objective-C
- (instancetype)initWithAttributesTable:(GPKGAttributesTable *)table;
Swift
init!(attributesTable table: GPKGAttributesTable!)
Parameters
table
attributes table
Return Value
new attributes row