Class MapMigrationHelper


  • public class MapMigrationHelper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MAP_MIGRATING_ERROR  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void migrateMapPlugins​(ContainerServices cs)
      Migrate old esri or google map plugins to new map plugin.
      • Methods inherited from class java.lang.Object

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

      • MAP_MIGRATING_ERROR

        public static final java.lang.String MAP_MIGRATING_ERROR
        See Also:
        Constant Field Values
    • Constructor Detail

      • MapMigrationHelper

        public MapMigrationHelper()
    • Method Detail

      • migrateMapPlugins

        public static void migrateMapPlugins​(ContainerServices cs)
        Migrate old esri or google map plugins to new map plugin. Since 10.6 all map OOTB visualizations are merged to one. Users can change base map style within one widget. In this case all old map configurations will be merged into one if founded in user's plugin folder.
        Parameters:
        cs - The ContainerServices.