Class ARPlaneAnchor

All Implemented Interfaces:
ARAnchorCopying, NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class ARPlaneAnchor
extends ARAnchor
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • ARPlaneAnchor

      protected ARPlaneAnchor()
    • ARPlaneAnchor

      protected ARPlaneAnchor​(NSObject.Handle h, long handle)
    • ARPlaneAnchor

      protected ARPlaneAnchor​(NSObject.SkipInit skipInit)
  • Method Details

    • isClassificationSupported

      public static boolean isClassificationSupported()
      Since:
      Available in iOS 12.0 and later.
    • getAlignment

      public ARPlaneAnchorAlignment getAlignment()
    • getCenter

      public VectorFloat3 getCenter()
    • getExtent

      public VectorFloat3 getExtent()
    • getGeometry

      public ARPlaneGeometry getGeometry()
      Since:
      Available in iOS 11.3 and later.
    • getClassificationStatus

      public ARPlaneClassificationStatus getClassificationStatus()
      Since:
      Available in iOS 12.0 and later.
    • getClassification

      public ARPlaneClassification getClassification()
      Since:
      Available in iOS 12.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()