GPKGStyleTable
Objective-C
@interface GPKGStyleTable : GPKGAttributesTable
Swift
class GPKGStyleTable : GPKGAttributesTable
Style Table
-
Initializer
Declaration
Objective-C
- (instancetype)init;Swift
init!()Return Value
new style table
-
Initializer
Declaration
Objective-C
- (instancetype)initWithTable:(GPKGAttributesTable *)table;Swift
init!(table: GPKGAttributesTable!)Parameters
tableattributes table
Return Value
new style table
-
Get the name column index
Declaration
Objective-C
- (int)nameColumnIndex;Swift
func nameColumnIndex() -> Int32Return Value
name column index
-
Get the name column
Declaration
Objective-C
- (GPKGAttributesColumn *)nameColumn;Swift
func nameColumn() -> GPKGAttributesColumn!Return Value
name column
-
Get the description column index
Declaration
Objective-C
- (int)descriptionColumnIndex;Swift
func descriptionColumnIndex() -> Int32Return Value
description column index
-
Get the description column
Declaration
Objective-C
- (GPKGAttributesColumn *)descriptionColumn;Swift
func descriptionColumn() -> GPKGAttributesColumn!Return Value
description column
-
Get the color column index
Declaration
Objective-C
- (int)colorColumnIndex;Swift
func colorColumnIndex() -> Int32Return Value
color column index
-
Get the color column
Declaration
Objective-C
- (GPKGAttributesColumn *)colorColumn;Swift
func colorColumn() -> GPKGAttributesColumn!Return Value
color column
-
Get the opacity column index
Declaration
Objective-C
- (int)opacityColumnIndex;Swift
func opacityColumnIndex() -> Int32Return Value
opacity column index
-
Get the opacity column
Declaration
Objective-C
- (GPKGAttributesColumn *)opacityColumn;Swift
func opacityColumn() -> GPKGAttributesColumn!Return Value
opacity column
-
Get the width column index
Declaration
Objective-C
- (int)widthColumnIndex;Swift
func widthColumnIndex() -> Int32Return Value
width column index
-
Get the width column
Declaration
Objective-C
- (GPKGAttributesColumn *)widthColumn;Swift
func widthColumn() -> GPKGAttributesColumn!Return Value
width column
-
Get the fill color column index
Declaration
Objective-C
- (int)fillColorColumnIndex;Swift
func fillColorColumnIndex() -> Int32Return Value
fill color column index
-
Get the fill color column
Declaration
Objective-C
- (GPKGAttributesColumn *)fillColorColumn;Swift
func fillColorColumn() -> GPKGAttributesColumn!Return Value
fill color column
-
Get the fill opacity column index
Declaration
Objective-C
- (int)fillOpacityColumnIndex;Swift
func fillOpacityColumnIndex() -> Int32Return Value
fill opacity column index
-
Get the fill opacity column
Declaration
Objective-C
- (GPKGAttributesColumn *)fillOpacityColumn;Swift
func fillOpacityColumn() -> GPKGAttributesColumn!Return Value
fill opacity column
View on GitHub
GPKGStyleTable Class Reference