com.supermap.analyst.spatialanalyst
类 BoundsType

java.lang.Object
  继承者 com.supermap.analyst.spatialanalyst.BoundsType

public class BoundsType
extends java.lang.Object

该类定义了分析范围类型常量。


字段摘要
static BoundsType CUSTOM
          自定义范围。
static BoundsType INTERSECTION
          输入栅格数据集范围的交集。
static BoundsType UNION
          输入栅格数据集范围的并集。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

INTERSECTION

public static final BoundsType INTERSECTION
输入栅格数据集范围的交集。


UNION

public static final BoundsType UNION
输入栅格数据集范围的并集。


CUSTOM

public static final BoundsType CUSTOM
自定义范围。