com.supermap.mapping
类 GridType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.mapping.GridType

public class GridType
extends Enum

该类定义了地图背景格网类型常量。


字段摘要
static GridType CROSS
          十字叉丝。
static GridType GRID
          网格线。
static GridType POINT
          点。
 
方法摘要
 
从类 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
 

字段详细信息

GRID

public static final GridType GRID
网格线。


CROSS

public static final GridType CROSS
十字叉丝。


POINT

public static final GridType POINT
点。