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
daoattributes 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
resultsresult 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
styleMappingRowstyle mapping row
Return Value
style row
View on GitHub
GPKGStyleDao Class Reference