GPKGStyleMappingRow
Objective-C
@interface GPKGStyleMappingRow : GPKGUserMappingRow
Swift
class GPKGStyleMappingRow : GPKGUserMappingRow
Style Mapping Row containing the values from a single result set row
-
Initialize
Declaration
Objective-C
- (instancetype)initWithStyleMappingTable:(GPKGStyleMappingTable *)table andColumns:(GPKGUserColumns *)columns andValues:(NSMutableArray *)values;Swift
init!(styleMappingTable table: GPKGStyleMappingTable!, andColumns columns: GPKGUserColumns!, andValues values: NSMutableArray!)Parameters
tablestyle mapping table
columnscolumns
valuesvalues
Return Value
new style mapping row
-
Initialize
Declaration
Objective-C
- (instancetype)initWithStyleMappingTable:(GPKGStyleMappingTable *)table;Swift
init!(styleMappingTable table: GPKGStyleMappingTable!)Parameters
tablestyle mapping table
Return Value
new style mapping row
-
Get the style mapping table
Declaration
Objective-C
- (GPKGStyleMappingTable *)styleMappingTable;Swift
func styleMappingTable() -> GPKGStyleMappingTable!Return Value
style mapping table
-
Get the geometry type name column index
Declaration
Objective-C
- (int)geometryTypeNameColumnIndex;Swift
func geometryTypeNameColumnIndex() -> Int32Return Value
geometry type name column index
-
Get the geometry type name column
Declaration
Objective-C
- (GPKGUserCustomColumn *)geometryTypeNameColumn;Swift
func geometryTypeNameColumn() -> GPKGUserCustomColumn!Return Value
geometry type name column
-
Get the geometry type name
Declaration
Objective-C
- (NSString *)geometryTypeName;Swift
func geometryTypeName() -> String!Return Value
geometry type name
-
Get the geometry type
Declaration
Objective-C
- (enum SFGeometryType)geometryType;Swift
func geometryType() -> SFGeometryTypeReturn Value
geometry type
-
Set the geometry type
Declaration
Objective-C
- (void)setGeometryType:(enum SFGeometryType)geometryType;Swift
func setGeometryType(_ geometryType: SFGeometryType)Parameters
geometryTypegeometry type
View on GitHub
GPKGStyleMappingRow Class Reference