com.supermap.data.processing
类 CompressType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.data.processing.CompressType

已过时。 该类已经过时。使用 EncodeType 替代,EncodeType 类定义了缓存文件的编码类型常量。

该类定义了缓存的压缩类型常量。

public final class CompressType
extends Enum


字段摘要
static CompressType NONE
          已过时。 不压缩。
static CompressType ZIP
          已过时。 ZIP 压缩。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

NONE

public static final CompressType NONE
已过时。 
不压缩。


ZIP

public static final CompressType ZIP
已过时。 
ZIP 压缩。