BDPSpatialObject

Objective-C

@protocol BDPSpatialObject <NSObject>

Swift

protocol BDPSpatialObject : NSObjectProtocol

Objects having an inherent BDGeometry “geometry”.

  • Declaration

    Objective-C

    - (BDGeometry *)geometry;

    Swift

    func geometry() -> BDGeometry!

    Return Value

    The geometry inherent to this object.