com.supermap.data
类 TractionLineType

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

public final class TractionLineType
extends Enum

牵引线枚举类


字段摘要
static TractionLineType LineWidthGradient
          线宽渐变,暂不支持
static TractionLineType Normal
          常规线型
static TractionLineType SymbolLineType
          符号库线型
 
构造方法摘要
TractionLineType(int value, int ugcValue)
          构造函数
 
方法摘要
 
从类 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
 

字段详细信息

Normal

public static final TractionLineType Normal
常规线型


LineWidthGradient

public static final TractionLineType LineWidthGradient
线宽渐变,暂不支持


SymbolLineType

public static final TractionLineType SymbolLineType
符号库线型

构造方法详细信息

TractionLineType

public TractionLineType(int value,
                        int ugcValue)
构造函数