com.supermap.services.components.spi

Class DataProviderSetting

  • java.lang.Object
    • com.supermap.services.components.spi.DataProviderSetting
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected int maxFeatures 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Compare whether the specified object is equal to the current object.
      int getMaxFeatures()
      Deprecated.  
      int hashCode()
      Gets the hash value of the object instance
      void setMaxFeatures(int maxFeatures)
      Deprecated. 
      • Methods inherited from class java.lang.Object

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

      • maxFeatures

        protected int maxFeatures
        
    • Constructor Detail

      • DataProviderSetting

        public DataProviderSetting()
        
    • Method Detail

      • setMaxFeatures

        @Deprecated
        public void setMaxFeatures(int maxFeatures)
        
        Deprecated. 

        Sets the default maximum number of returned features, deprecated

        Parameters:
        maxFeatures -
      • getMaxFeatures

        @Deprecated
        public int getMaxFeatures()
        
        Deprecated. 

        Gets the default maximum number of return elements, the default value of -1, means that return all records, deprecated

        Returns:
      • equals

        public boolean equals(java.lang.Object obj)
        

        Compare whether the specified object is equal to the current object.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the object that is compared with the current object.
        Returns:
        Returns true if both objects are equal; false otherwise.
      • hashCode

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