com.supermap.services.components.spi

类 DataProviderSetting

  • java.lang.Object
    • com.supermap.services.components.spi.DataProviderSetting
    • 字段概要

      字段 
      限定符和类型 字段和说明
      protected int maxFeatures 
    • 方法概要

      方法 
      限定符和类型 方法和说明
      boolean equals(java.lang.Object obj)
      比较指定对象与当前对象是否相等。
      int getMaxFeatures()
      已过时。  
      int hashCode()
      获取对象实例的哈希值
      void setMaxFeatures(int maxFeatures)
      已过时。 
      • 从类继承的方法 java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • maxFeatures

        protected int maxFeatures
        
    • 构造器详细资料

      • DataProviderSetting

        public DataProviderSetting()
        
    • 方法详细资料

      • setMaxFeatures

        @Deprecated
        public void setMaxFeatures(int maxFeatures)
        
        已过时。 

        设置默认最大返回要素数目, 已过时

        参数:
        maxFeatures -
      • getMaxFeatures

        @Deprecated
        public int getMaxFeatures()
        
        已过时。 

        获取默认最大返回要素数目,默认值-1,表示返回所有的记录,已过时

        返回:
      • equals

        public boolean equals(java.lang.Object obj)
        

        比较指定对象与当前对象是否相等。

        覆盖:
        equals 在类中 java.lang.Object
        参数:
        obj - 与当前对象进行比较的对象。
        返回:
        如果两个对象相同,返回 true;否则返回 false。
      • hashCode

        public int hashCode()
        
        获取对象实例的哈希值
        覆盖:
        hashCode 在类中 java.lang.Object
        返回:
        哈希值