com.supermap.services.providers

Class ZXYTilesMapProviderSetting

  • All Implemented Interfaces:
    java.io.Serializable


    public class ZXYTilesMapProviderSetting
    extends MapProviderSetting
    

    Sets the class for the zxy service provider

    Since:
    8.1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ZXYTilesMapProviderSetting

        public ZXYTilesMapProviderSetting()
        
    • Method Detail

      • getFilePath

        public java.lang.String getFilePath()
        

        Returns the path of the zxy tile package or directory

        Returns:
        Since:
        8.1.0
      • setFilePath

        public void setFilePath(java.lang.String filePath)
        

        Sets the path of the zxy tile package or directory

        Since:
        8.1.0
      • hashCode

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

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