MMKBoundingBoxHelper

class MMKBoundingBoxHelper : NSObject

Undocumented

Summary

Class methods

class func getBoundsWithBbox( bbox: MMKBoundingBox) -> MMKBoundingBox_
Gets bounds based on a bounding box

class func getBoundsWith( point: MMKPoint) -> MMKBoundingBox_
Gets bounds based on a point

class func getBoundsWith( polyline: MMKPolyline) -> MMKBoundingBox_
Gets bounds based on a polyline

class func getBoundsWith( ring: MMKLinearRing) -> MMKBoundingBox_
Gets bounds based on a linear ring

class func getBoundsWith( polygon: MMKPolygon) -> MMKBoundingBox_
Gets bounds based on a polygon

class func getBoundsWithFirst( first: MMKBoundingBox_,
                               second: MMKBoundingBox) -> MMKBoundingBox
Gets bounds based on two bounding boxes

Class methods

getBoundsWithBbox(_:)

class func getBoundsWithBbox( bbox: MMKBoundingBox) -> MMKBoundingBox_

Gets bounds based on a bounding box.


getBoundsWith(_:)

class func getBoundsWith( point: MMKPoint) -> MMKBoundingBox_

Gets bounds based on a point.


getBoundsWith(_:)

class func getBoundsWith( polyline: MMKPolyline) -> MMKBoundingBox_

Gets bounds based on a polyline.


getBoundsWith(_:)

class func getBoundsWith( ring: MMKLinearRing) -> MMKBoundingBox_

Gets bounds based on a linear ring.


getBoundsWith(_:)

class func getBoundsWith( polygon: MMKPolygon) -> MMKBoundingBox_

Gets bounds based on a polygon.


getBoundsWithFirst(_:second:)

class func getBoundsWithFirst( first: MMKBoundingBox_,
                               second: MMKBoundingBox) -> MMKBoundingBox

Gets bounds based on two bounding boxes.