com.supermap.data.processing
类 VoxelGridCacheType

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

public class VoxelGridCacheType
extends Enum

体元栅格缓存类型。


字段摘要
static VoxelGridCacheType OSGB
          OSGB类型
static VoxelGridCacheType S3M
          S3M类型
static VoxelGridCacheType S3MB
          S3MB类型
static VoxelGridCacheType 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 VoxelGridCacheType OSGB
OSGB类型


S3M

public static final VoxelGridCacheType S3M
S3M类型


S3MB

public static final VoxelGridCacheType S3MB
S3MB类型


S3MBLOCK

public static final VoxelGridCacheType S3MBLOCK
s3mbLock类型