com.supermap.data
类 HorizontalTextPositionType

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

public class HorizontalTextPositionType
extends Enum

该类定义了经纬网或者公里网文本标注的水平位置的常量。


字段摘要
static HorizontalTextPositionType LEFT
          文本标注在格网线端点的左边。
static HorizontalTextPositionType MIDDLE
          文本标注在格网线端点上。
static HorizontalTextPositionType RIGHT
          文本标注在格网线端点的右边。
 
方法摘要
 
从类 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
 

字段详细信息

LEFT

public static final HorizontalTextPositionType LEFT
文本标注在格网线端点的左边。


MIDDLE

public static final HorizontalTextPositionType MIDDLE
文本标注在格网线端点上。


RIGHT

public static final HorizontalTextPositionType RIGHT
文本标注在格网线端点的右边。