Axis-aligned bounding box defined by two WGS84 corners. More...
#include <com/navigine/idl/objc/NCBoundingBox.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithBottomLeft:topRight: |
| Default constructor for class NCBoundingBox. | |
Class Methods | |
| (nonnull instancetype) | + boundingBoxWithBottomLeft:topRight: |
| Factory method for class NCBoundingBox. | |
Properties | |
| NCGlobalPoint * | bottomLeft |
| Lower-left corner of the bounding box GlobalPoint. | |
| NCGlobalPoint * | topRight |
| Upper-right corner of the bounding box GlobalPoint. | |
Axis-aligned bounding box defined by two WGS84 corners.
Swift code snippet:
Objective C code snippet:
Definition at line 26 of file NCBoundingBox.h.
| + (nonnull instancetype) boundingBoxWithBottomLeft: | (nonnull NCGlobalPoint *) | bottomLeft | |
| topRight: | (nonnull NCGlobalPoint *) | topRight |
Factory method for class NCBoundingBox.
| - (nonnull instancetype) initWithBottomLeft: | (nonnull NCGlobalPoint *) | bottomLeft | |
| topRight: | (nonnull NCGlobalPoint *) | topRight |
Default constructor for class NCBoundingBox.
|
readnonatomicassign |
Lower-left corner of the bounding box GlobalPoint.
Swift code snippet:
Objective C code snippet:
Definition at line 53 of file NCBoundingBox.h.
|
readnonatomicassign |
Upper-right corner of the bounding box GlobalPoint.
Swift code snippet:
Objective C code snippet:
Definition at line 68 of file NCBoundingBox.h.