com.supermap.data
类 ConstraintType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.data.ConstraintType

public final class ConstraintType
extends Enum

约束类型


字段摘要
static ConstraintType HARDCONSTRAINT
          硬约束,裁剪边界按照新数据计算
static ConstraintType SOFTCONSTRAINT
          软约束,裁剪边界按照原始数据计算
 
方法摘要
 
从类 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
 

字段详细信息

SOFTCONSTRAINT

public static final ConstraintType SOFTCONSTRAINT
软约束,裁剪边界按照原始数据计算


HARDCONSTRAINT

public static final ConstraintType HARDCONSTRAINT
硬约束,裁剪边界按照新数据计算