com.supermap.mapping
类 AlongLineCulture

java.lang.Object
  继承者 com.supermap.mapping.AlongLineCulture

public class AlongLineCulture
extends java.lang.Object

该类定义了沿线标注文字显示习惯的类型常量。


字段摘要
static AlongLineCulture CHINESE
          以中文习惯显示,在线与水平方向的角度属于[]时,文字方向与线的方向平行,否则垂直。
static AlongLineCulture ENGLISH
          以英文习惯显示,文字的走向总是与线的方向垂直。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

ENGLISH

public static final AlongLineCulture ENGLISH
以英文习惯显示,文字的走向总是与线的方向垂直。


CHINESE

public static final AlongLineCulture CHINESE
以中文习惯显示,在线与水平方向的角度属于[]时,文字方向与线的方向平行,否则垂直。