com.supermap.realspace
类 CacheFileType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.realspace.CacheFileType

public class CacheFileType
extends Enum

该枚举定义了三维切片缓存的数据格式类型常量


字段摘要
static CacheFileType OSGB
          OSGB格式的三维切片缓存
static CacheFileType S3M
          S3M格式的三维切片缓存
static CacheFileType S3MB
          S3MB格式的三维切片缓存
static CacheFileType S3MBlock
          S3MBLOCK格式的三维切片缓存。
 
方法摘要
 
从类 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
 

字段详细信息

OSGB

public static final CacheFileType OSGB
OSGB格式的三维切片缓存


S3M

public static final CacheFileType S3M
S3M格式的三维切片缓存


S3MB

public static final CacheFileType S3MB
S3MB格式的三维切片缓存


S3MBlock

public static final CacheFileType S3MBlock
S3MBLOCK格式的三维切片缓存。