com.supermap.data
类 GridDirectionLabels
- java.lang.Object
-
- com.supermap.data.GridDirectionLabels
-
public class GridDirectionLabels extends Object
经纬度标注的方位标识类,用于在经纬网格的经纬度标注中添加方位标识,如:“42.5° N”经纬度标注中 N 为方位标识,表示北纬。- 从以下版本开始:
- 12.0.0
-
-
构造器概要
构造器 构造器和说明 GridDirectionLabels()
构造一个经纬度标注的方位标识对象,其方位标识默认为空。GridDirectionLabels(String eastLabel, String westLabel, String southLabel, String northLabel)
构造一个经纬度标注的方位标识对象,其方位标识由指定参数初始化。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 String
getEastLabel()
获取东经的方位标识。String
getNorthLabel()
获取北纬的方位标识。String
getSouthLabel()
获取南纬的方位标识。String
getWestLabel()
获取西经的方位标识。void
setEastLabel(String eastLabel)
设置东经的方位标识。void
setNorthLabel(String northLabel)
设置北纬的方位标识。void
setSouthLabel(String southLabel)
设置南纬的方位标识。void
setWestLabel(String westLabel)
设置西经的方位标识。
-
-
-
构造器详细资料
-
GridDirectionLabels
public GridDirectionLabels()
构造一个经纬度标注的方位标识对象,其方位标识默认为空。- 从以下版本开始:
- 12.0.0
-
-
方法详细资料
-
getNorthLabel
public String getNorthLabel()
获取北纬的方位标识。- 返回:
- 返回北纬的方位标识文本。
- 从以下版本开始:
- 12.0.0
-
setNorthLabel
public void setNorthLabel(String northLabel)
设置北纬的方位标识。- 参数:
northLabel
- 北纬的方位标识文本。- 从以下版本开始:
- 12.0.0
-
getEastLabel
public String getEastLabel()
获取东经的方位标识。- 返回:
- 返回东经的方位标识文本。
- 从以下版本开始:
- 12.0.0
-
setEastLabel
public void setEastLabel(String eastLabel)
设置东经的方位标识。- 参数:
eastLabel
- 东经的方位标识文本。- 从以下版本开始:
- 12.0.0
-
getSouthLabel
public String getSouthLabel()
获取南纬的方位标识。- 返回:
- 返回南纬的方位标识文本。
- 从以下版本开始:
- 12.0.0
-
setSouthLabel
public void setSouthLabel(String southLabel)
设置南纬的方位标识。- 参数:
southLabel
- 返回南纬的方位标识文本。- 从以下版本开始:
- 12.0.0
-
getWestLabel
public String getWestLabel()
获取西经的方位标识。- 返回:
- 返回西经的方位标识文本。
- 从以下版本开始:
- 12.0.0
-
setWestLabel
public void setWestLabel(String westLabel)
设置西经的方位标识。- 参数:
westLabel
- 西经的方位标识文本。- 从以下版本开始:
- 12.0.0
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.