com.supermap.data
类 VerticalTextPositionType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.VerticalTextPositionType
-
public class VerticalTextPositionType extends Enum
该类定义了经纬网或者公里网文本标注的垂直位置的常量。
-
-
字段概要
字段 限定符和类型 字段和说明 static VerticalTextPositionType
BOTTOM
文本标注在格网线端点的下边。static VerticalTextPositionType
MIDDLE
文本标注在格网线端点上。static VerticalTextPositionType
TOP
文本标注在格网线端点的上边。
-
-
-
字段详细资料
-
TOP
public static final VerticalTextPositionType TOP
文本标注在格网线端点的上边。
-
MIDDLE
public static final VerticalTextPositionType MIDDLE
文本标注在格网线端点上。
-
BOTTOM
public static final VerticalTextPositionType BOTTOM
文本标注在格网线端点的下边。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.