com.supermap.realspace.threeddesigner
类 ConstraintType

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

public final class ConstraintType
extends Enum

该枚举定义了TIN、倾斜数据处理使用约束条件类型常量。


字段摘要
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
硬约束,按照新数据计算