com.supermap.services.providers

Class GeoPackageDataProviderSetting

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


  • public class GeoPackageDataProviderSetting
    extends java.lang.Object
    
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Determines whether two objects are equal.
      java.lang.String getFilePath()
      Gets the location of the file.
      int hashCode()
      Gets the hash value of the object instance
      void setFilePath(java.lang.String filePath)
      Sets the location of the GeoPackage file.
      • Methods inherited from class java.lang.Object

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

      • GeoPackageDataProviderSetting

        public GeoPackageDataProviderSetting()
        
    • Method Detail

      • getFilePath

        public java.lang.String getFilePath()
        

        Gets the location of the file.

        Returns:
        the location of the file.
      • setFilePath

        public void setFilePath(java.lang.String filePath)
        

        Sets the location of the GeoPackage file.

        Parameters:
        filePath -
      • equals

        public boolean equals(java.lang.Object obj)
        

        Determines whether two objects are equal.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - The object to be compared.
        Returns:
        a value indicating whether the two objects are equal, true that the two objects are equal.
      • hashCode

        public int hashCode()
        
        Gets the hash value of the object instance
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hash value