Class ARPlaneClassification


  • public final class ARPlaneClassification
    extends java.lang.Object
    A value describing the classification of a plane anchor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Ceiling
      The classification is not any of the known classes.
      static long Door
      The classification is not any of the known classes.
      static long Floor
      The classification is not any of the known classes.
      static long None
      The classification is not any of the known classes.
      static long Seat
      The classification is not any of the known classes.
      static long Table
      The classification is not any of the known classes.
      static long Wall
      The classification is not any of the known classes.
      static long Window
      The classification is not any of the known classes.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • None

        public static final long None
        The classification is not any of the known classes.
        See Also:
        Constant Field Values
      • Wall

        public static final long Wall
        The classification is not any of the known classes.
        See Also:
        Constant Field Values
      • Floor

        public static final long Floor
        The classification is not any of the known classes.
        See Also:
        Constant Field Values
      • Ceiling

        public static final long Ceiling
        The classification is not any of the known classes.
        See Also:
        Constant Field Values
      • Table

        public static final long Table
        The classification is not any of the known classes.
        See Also:
        Constant Field Values
      • Seat

        public static final long Seat
        The classification is not any of the known classes.
        See Also:
        Constant Field Values
      • Window

        public static final long Window
        The classification is not any of the known classes.
        See Also:
        Constant Field Values
      • Door

        public static final long Door
        The classification is not any of the known classes.
        See Also:
        Constant Field Values