com.supermap.data
类 DotShowMode

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

public final class DotShowMode
extends Enum

点标号显示模式


字段摘要
static DotShowMode DotModeGrid
          公告板模式
static DotShowMode DotModeMarker
          模型模式
static DotShowMode DotModePicture
          图片模式
static DotShowMode DotModeUnknow
          未定义
static DotShowMode DotModeVector
          矢量模式
 
方法摘要
 
从类 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
 

字段详细信息

DotModeUnknow

public static final DotShowMode DotModeUnknow
未定义


DotModeVector

public static final DotShowMode DotModeVector
矢量模式


DotModeGrid

public static final DotShowMode DotModeGrid
公告板模式


DotModeMarker

public static final DotShowMode DotModeMarker
模型模式


DotModePicture

public static final DotShowMode DotModePicture
图片模式