com.supermap.ar

Class ArObjectList

  • java.lang.Object
    • com.supermap.ar.ArObjectList


  • public class ArObjectList
    extends java.lang.Object
    AR object list class Users can save AR objects according to their types
    • Constructor Summary

      Constructors 
      Constructor and Description
      ArObjectList() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ArObject get(int index)
      Gets the ArObject according to the specified serial number
      boolean isVisible()
      whether ArObject is visible in the list
      void setVisibility(boolean visibility)
      Sets whether ArObject is visible in the list
      int size()
      Gets the number of ArObject
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArObjectList

        public ArObjectList()
    • Method Detail

      • isVisible

        public boolean isVisible()
        whether ArObject is visible in the list
        Returns:
        Whether it is visible.
      • setVisibility

        public void setVisibility(boolean visibility)
        Sets whether ArObject is visible in the list
        Parameters:
        visibility - Whether it is visible.
      • get

        public ArObject get(int index)
        Gets the ArObject according to the specified serial number
        Parameters:
        index - the index
        Returns:
        The specified ArObject
      • size

        public int size()
        Gets the number of ArObject
        Returns:
        Number