com.supermap.data.processing
类 ProcessFileType

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

public class ProcessFileType
extends Enum

该枚举定义了生成三维切片缓存(S3M)时的文件处理类型常量。


字段摘要
static ProcessFileType ADD
          以追加方式生成。
static ProcessFileType NORMAL
          以常规方式生成。
 
方法摘要
 
从类 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
 

字段详细信息

NORMAL

public static final ProcessFileType NORMAL
以常规方式生成。


ADD

public static final ProcessFileType ADD
以追加方式生成。追加支持具有金字塔结构的缓存数据。