com.supermap.services.components.spi

Class MapProviderSetting

  • java.lang.Object
    • com.supermap.services.components.spi.MapProviderSetting
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getCacheMode()
      Gets the cache mode.
      java.lang.String getCacheVersion()
      Gets the cache version.
      java.lang.String getName()
      Gets the of the setting object.
      java.lang.String getOutputPath()
      Gets the output path for exporting map images.
      java.lang.String getOutputSite()
      Gets the site for publishing map images.
      WaterMarkSetting getWatermark()
      Gets the water mark settings class.
      void setCacheMode(java.lang.String cacheMode)
      Sets the cache mode.
      void setCacheVersion(java.lang.String cacheVersion)
      Sets the cache version.
      void setName(java.lang.String name)
      Sets the name of the setting object.
      void setOutputPath(java.lang.String outputPath)
      Sets the output path for exporting map images.
      void setOutputSite(java.lang.String outputSite)
      Sets the site for publishing map images.
      void setWatermark(WaterMarkSetting watermark)
      Sets the water mark settings class.
      • Methods inherited from class java.lang.Object

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

      • MapProviderSetting

        public MapProviderSetting()
        
    • Method Detail

      • getWatermark

        public WaterMarkSetting getWatermark()
        

        Gets the water mark settings class.

        Parameters:
        name - The water mark settings class.
      • setWatermark

        public void setWatermark(WaterMarkSetting watermark)
        

        Sets the water mark settings class.

        Parameters:
        -
      • setName

        public void setName(java.lang.String name)
        

        Sets the name of the setting object.

        Parameters:
        name - The name of the setting object.
      • getName

        public java.lang.String getName()
        

        Gets the of the setting object.

        Returns:
        The name of the setting object.
      • setCacheMode

        public void setCacheMode(java.lang.String cacheMode)
        

        Sets the cache mode.

        Parameters:
        cacheMode - The cache mode.
      • getCacheMode

        public java.lang.String getCacheMode()
        

        Gets the cache mode.

        Returns:
        The cache mode.
      • setCacheVersion

        public void setCacheVersion(java.lang.String cacheVersion)
        

        Sets the cache version.

        Parameters:
        cacheVersion - The cache version.
      • getCacheVersion

        public java.lang.String getCacheVersion()
        

        Gets the cache version.

        Returns:
        The cache version.
      • setOutputPath

        public void setOutputPath(java.lang.String outputPath)
        

        Sets the output path for exporting map images.

        Parameters:
        outputPath - The output path for exporting map images.
      • getOutputPath

        public java.lang.String getOutputPath()
        

        Gets the output path for exporting map images.

        Returns:
        The output path for exporting map images.
      • setOutputSite

        public void setOutputSite(java.lang.String outputSite)
        

        Sets the site for publishing map images.

        Parameters:
        outputSite - The site for publishing map images.
      • getOutputSite

        public java.lang.String getOutputSite()
        

        Gets the site for publishing map images.

        Returns:
        The site for publishing map images.