com.supermap.services.providers

Class LayerUpdater

  • java.lang.Object
    • com.supermap.services.providers.LayerUpdater


  • public class LayerUpdater
    extends java.lang.Object
    

    Map layer update tool.

    • Constructor Summary

      Constructors 
      Constructor and Description
      LayerUpdater(com.supermap.services.providers.LayersUpdater layersUpdater, java.lang.String name, com.supermap.mapping.Layer layer) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Layer getiServerLayer() 
      java.lang.String getName() 
      com.supermap.mapping.Layer getUGOLayer() 
      void setVisible(boolean visible) 
      void update(Layer newLayer) 
      • Methods inherited from class java.lang.Object

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

      • LayerUpdater

        public LayerUpdater(com.supermap.services.providers.LayersUpdater layersUpdater,
                    java.lang.String name,
                    com.supermap.mapping.Layer layer)
        
    • Method Detail

      • getUGOLayer

        public com.supermap.mapping.Layer getUGOLayer()
        
      • getiServerLayer

        public Layer getiServerLayer()
        
      • update

        public void update(Layer newLayer)
        
      • setVisible

        public void setVisible(boolean visible)
        
      • getName

        public java.lang.String getName()