com.supermap.analyst.spatialanalyst
类 OverlayAnalystOutputType

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

public class OverlayAnalystOutputType
extends Enum


字段摘要
static OverlayAnalystOutputType INPUT
          返回与输入数据集相同类型的结果数据集。
static OverlayAnalystOutputType POINT
          返回交点数据集。
 
方法摘要
 
从类 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
 

字段详细信息

INPUT

public static final OverlayAnalystOutputType INPUT
返回与输入数据集相同类型的结果数据集。


POINT

public static final OverlayAnalystOutputType POINT
返回交点数据集。