com.supermap.data
类 GeoMapGridLineType

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

public class GeoMapGridLineType
extends Enum

该类定义了为地图添加的经纬网或者公里网的格网线的类型常量。


字段摘要
static GeoMapGridLineType CROSSLINE
          在经纬网或者公里网的垂直网格线和水平网格线间的交叉处添加十字丝。
static GeoMapGridLineType NONE
          为地图添加的经纬网或者公里网没有格网线,即不显示格网线。
static GeoMapGridLineType SOLIDLINE
          为地图添加的经纬网或者公里网的格网类型为实线,使用该设置后,可以自定义格网线的线型风格。
 
方法摘要
 
从类 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
 

字段详细信息

NONE

public static final GeoMapGridLineType NONE
为地图添加的经纬网或者公里网没有格网线,即不显示格网线。


CROSSLINE

public static final GeoMapGridLineType CROSSLINE
在经纬网或者公里网的垂直网格线和水平网格线间的交叉处添加十字丝。


SOLIDLINE

public static final GeoMapGridLineType SOLIDLINE
为地图添加的经纬网或者公里网的格网类型为实线,使用该设置后,可以自定义格网线的线型风格。