com.supermap.analyst.spatialanalyst
类 VectorPyramidMethod

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.analyst.spatialanalyst.VectorPyramidMethod

public class VectorPyramidMethod
extends Enum

矢量金字塔的创建方法。


字段摘要
static VectorPyramidMethod GRID
          网格法创建矢量金字塔,枚举值为2。
static VectorPyramidMethod TOPOLOGY
          拓扑法创建矢量金字塔,枚举值为1。
 
方法摘要
 
从类 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
 

字段详细信息

TOPOLOGY

public static final VectorPyramidMethod TOPOLOGY
拓扑法创建矢量金字塔,枚举值为1。


GRID

public static final VectorPyramidMethod GRID
网格法创建矢量金字塔,枚举值为2。