com.supermap.data.processing
类 BooleanOperatorType

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

public class BooleanOperatorType
extends Enum

CSGNode节点需要的布尔运算类型


字段摘要
static BooleanOperatorType DIFFERENCE
          求差
static BooleanOperatorType INTERSECT
          求交
static BooleanOperatorType UNION
          求并
 
方法摘要
 
从类 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
 

字段详细信息

INTERSECT

public static final BooleanOperatorType INTERSECT
求交


DIFFERENCE

public static final BooleanOperatorType DIFFERENCE
求差


UNION

public static final BooleanOperatorType UNION
求并