com.supermap.data
类 CornerLineExtensionType

java.lang.Object
  继承者 com.supermap.data.CornerLineExtensionType

public class CornerLineExtensionType
extends java.lang.Object

拐角延长线模式常量。


字段摘要
static CornerLineExtensionType InFrame
          延长至内框
static CornerLineExtensionType InLine
          延长至内线
static CornerLineExtensionType OutFrame
          延长至外框
static CornerLineExtensionType OutLine
          延长至外线
static CornerLineExtensionType SingleLineFrame
          单线边框,在单线边框时使用
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

OutLine

public static final CornerLineExtensionType OutLine
延长至外线


OutFrame

public static final CornerLineExtensionType OutFrame
延长至外框


SingleLineFrame

public static final CornerLineExtensionType SingleLineFrame
单线边框,在单线边框时使用


InLine

public static final CornerLineExtensionType InLine
延长至内线


InFrame

public static final CornerLineExtensionType InFrame
延长至内框