GPKGStyleDao
Objective-C
@interface GPKGStyleDao : GPKGAttributesDao
Swift
class GPKGStyleDao : GPKGAttributesDao
Style DAO for reading style tables
-
Initialize
Declaration
Objective-C
- (instancetype)initWithDao:(GPKGAttributesDao *)dao;
Swift
init!(dao: GPKGAttributesDao!)
Parameters
dao
attributes data access object
Return Value
new style dao
-
Get the style table
Return Value
style table
-
Get the style row for the current result in the result set
Declaration
Objective-C
- (GPKGStyleRow *)row:(GPKGResultSet *)results;
Swift
func row(_ results: GPKGResultSet!) -> GPKGStyleRow!
Parameters
results
result set
Return Value
style row
-
Create a new style row
Return Value
style row
-
Query for the style row from a style mapping row
Declaration
Objective-C
- (GPKGStyleRow *)queryForRow:(GPKGStyleMappingRow *)styleMappingRow;
Swift
func query(for styleMappingRow: GPKGStyleMappingRow!) -> GPKGStyleRow!
Parameters
styleMappingRow
style mapping row
Return Value
style row