com.supermap.services.providers

Class SVTilesMapProviderSetting

  • java.lang.Object
    • com.supermap.services.providers.SVTilesMapProviderSetting
  • All Implemented Interfaces:
    java.io.Serializable


    public class SVTilesMapProviderSetting
    extends java.lang.Object
    implements java.io.Serializable
    
    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      java.lang.String getFilePath() 
      java.lang.String getOutputSite()
      Gets the publishing site of the map image.
      int hashCode() 
      void setFilePath(java.lang.String filePath) 
      void setOutputSite(java.lang.String outputSite)
      Sets up the publishing site of the map image.
      • Methods inherited from class java.lang.Object

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

      • SVTilesMapProviderSetting

        public SVTilesMapProviderSetting()
        
    • Method Detail

      • getFilePath

        public java.lang.String getFilePath()
        
      • setFilePath

        public void setFilePath(java.lang.String filePath)
        
      • getOutputSite

        public java.lang.String getOutputSite()
        

        Gets the publishing site of the map image.

        Returns:
        the publishing site of the map image.
      • setOutputSite

        public void setOutputSite(java.lang.String outputSite)
        

        Sets up the publishing site of the map image.

        Parameters:
        outputSite - the publishing site of the map image.
      • equals

        public boolean equals(java.lang.Object obj)
        
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        
        Overrides:
        hashCode in class java.lang.Object