com.supermap.data.processing
类 PyramidSplitType

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

public class PyramidSplitType
extends Enum

该枚举类定义了金字塔剖分类型常量。


字段摘要
static PyramidSplitType Octree
          八叉树剖分
static PyramidSplitType QuadTree
          四叉树剖分
 
方法摘要
 
从类 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
 

字段详细信息

QuadTree

public static final PyramidSplitType QuadTree
四叉树剖分


Octree

public static final PyramidSplitType Octree
八叉树剖分