com.supermap.armap.armapping

Class ARLayers

  • java.lang.Object
    • com.supermap.armap.armapping.ARLayers


  • public class ARLayers
    extends java.lang.Object
    AR Layer Collection Class
    • Constructor Summary

      Constructors 
      Constructor and Description
      ARLayers() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ARElementLayer add(Dataset dataset, ARLayerType type)
      Add AR layers
      • Methods inherited from class java.lang.Object

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

      • ARLayers

        public ARLayers()
    • Method Detail

      • add

        public ARElementLayer add(Dataset dataset,
                                  ARLayerType type)
        Add AR layers
        Parameters:
        dataset - for the dataset layer
        type - for layer types, see ARLayerType
        Returns:
        AR layer, see ARElementLayer