GPKGRTreeIndexTableRow
Objective-C
@interface GPKGRTreeIndexTableRow : GPKGUserCustomRow
Swift
class GPKGRTreeIndexTableRow : GPKGUserCustomRow
Undocumented
-
Initialize
Declaration
Objective-C
- (instancetype)initWithUserCustomRow:(GPKGUserCustomRow *)userCustomRow;Swift
init!(userCustomRow: GPKGUserCustomRow!)Parameters
userCustomRowuser custom row to copy
Return Value
new rtree index table row
-
Get the min x
Declaration
Objective-C
- (double)minX;Swift
func minX() -> DoubleReturn Value
min x
-
Get the max x
Declaration
Objective-C
- (double)maxX;Swift
func maxX() -> DoubleReturn Value
max x
-
Get the min y
Declaration
Objective-C
- (double)minY;Swift
func minY() -> DoubleReturn Value
min y
-
Get the max y
Declaration
Objective-C
- (double)maxY;Swift
func maxY() -> DoubleReturn Value
max y
View on GitHub
GPKGRTreeIndexTableRow Class Reference