MMKBoundingBoxHelper
class MMKBoundingBoxHelper : NSObject |
Summary
Class methods
class func getBoundsWithBbox(_ bbox: MMKBoundingBox) -> MMKBoundingBox |
class func getBoundsWith(_ point: MMKPoint) -> MMKBoundingBox |
class func getBoundsWith(_ polyline: MMKPolyline) -> MMKBoundingBox |
class func getBoundsWith(_ ring: MMKLinearRing) -> MMKBoundingBox |
class func getBoundsWith(_ polygon: MMKPolygon) -> MMKBoundingBox |
class func getBoundsWithFirst(_ first: MMKBoundingBox, |
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, |
Gets bounds based on two bounding boxes.