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