com.supermap.analyst.spatialanalyst
类 NeighbourUnitType

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

public class NeighbourUnitType
extends Enum

该类定义了邻域分析的单位类型常量。


字段摘要
static NeighbourUnitType CELL
          栅格坐标,即使用栅格数作为邻域单位。
static NeighbourUnitType MAP
          地理坐标,即使用地图的长度单位作为邻域单位。
 
方法摘要
 
从类 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
 

字段详细信息

CELL

public static final NeighbourUnitType CELL
栅格坐标,即使用栅格数作为邻域单位。


MAP

public static final NeighbourUnitType MAP
地理坐标,即使用地图的长度单位作为邻域单位。