com.supermap.mapping
类 DisplayModeChart

java.lang.Object
  继承者 com.supermap.mapping.DisplayModeChart

public class DisplayModeChart
extends java.lang.Object

该类定义了海图显示模式的类型常量。


字段摘要
static DisplayModeChart BASIC
          基本显示模式。
static DisplayModeChart OTHER
          其他显示模式。
static DisplayModeChart STANDARD
          标准显示模式。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

BASIC

public static final DisplayModeChart BASIC
基本显示模式。


STANDARD

public static final DisplayModeChart STANDARD
标准显示模式。


OTHER

public static final DisplayModeChart OTHER
其他显示模式。