com.supermap.data.processing
类 VertexOptimizationType

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

public class VertexOptimizationType
extends Enum

该枚举定义了生成三维切片缓存的顶点优化方式类型常量。


字段摘要
static VertexOptimizationType VO_DRACO
          DRACO压缩
static VertexOptimizationType VO_MESHOPT
          VO_MESHOPT压缩
static VertexOptimizationType VO_NONE
          不压缩
static VertexOptimizationType VO_VERTEXCOMPRESS
          顶点压缩
 
方法摘要
 
从类 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
 

字段详细信息

VO_NONE

public static final VertexOptimizationType VO_NONE
不压缩


VO_VERTEXCOMPRESS

public static final VertexOptimizationType VO_VERTEXCOMPRESS
顶点压缩


VO_DRACO

public static final VertexOptimizationType VO_DRACO
DRACO压缩


VO_MESHOPT

public static final VertexOptimizationType VO_MESHOPT
VO_MESHOPT压缩