MMKBoundingBoxHelper

@interface MMKBoundingBoxHelper : NSObject

Undocumented

Summary

Class methods

+ (nonnull MMKBoundingBox *)getBoundsWithBbox:(nonnull MMKBoundingBox *)bbox;
Gets bounds based on a bounding box

+ (nonnull MMKBoundingBox *)getBoundsWithPoint:(nonnull MMKPoint *)point;
Gets bounds based on a point

+ (nonnull MMKBoundingBox *)getBoundsWithPolyline:
    (nonnull MMKPolyline *)polyline;

Gets bounds based on a polyline

+ (nonnull MMKBoundingBox *)getBoundsWithRing:(nonnull MMKLinearRing *)ring;
Gets bounds based on a linear ring

+ (nonnull MMKBoundingBox *)getBoundsWithPolygon:(nonnull MMKPolygon *)polygon;
Gets bounds based on a polygon

+ (nonnull MMKBoundingBox *)getBoundsWithFirst:(nonnull MMKBoundingBox *)first
                                        second:(nonnull MMKBoundingBox *)second;

Gets bounds based on two bounding boxes

Class methods

getBoundsWithBbox:

+ (nonnull MMKBoundingBox *)getBoundsWithBbox:(nonnull MMKBoundingBox *)bbox;

Gets bounds based on a bounding box.


getBoundsWithPoint:

+ (nonnull MMKBoundingBox *)getBoundsWithPoint:(nonnull MMKPoint *)point;

Gets bounds based on a point.


getBoundsWithPolyline:

+ (nonnull MMKBoundingBox *)getBoundsWithPolyline:
    (nonnull MMKPolyline *)polyline;

Gets bounds based on a polyline.


getBoundsWithRing:

+ (nonnull MMKBoundingBox *)getBoundsWithRing:(nonnull MMKLinearRing *)ring;

Gets bounds based on a linear ring.


getBoundsWithPolygon:

+ (nonnull MMKBoundingBox *)getBoundsWithPolygon:(nonnull MMKPolygon *)polygon;

Gets bounds based on a polygon.


getBoundsWithFirst:second:

+ (nonnull MMKBoundingBox *)getBoundsWithFirst:(nonnull MMKBoundingBox *)first
                                        second:(nonnull MMKBoundingBox *)second;

Gets bounds based on two bounding boxes.