com.supermap.chart
类 ChartDisplayStyleType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.chart.ChartDisplayStyleType

public class ChartDisplayStyleType
extends Enum

该类定义了海图显示风格类型常量。


字段摘要
static ChartDisplayStyleType ENC
          电子海图类型。
static ChartDisplayStyleType NONE
          未知类型。
static ChartDisplayStyleType PAPERCHART
          纸质海图类型。
 
方法摘要
 
从类 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 ChartDisplayStyleType NONE
未知类型。


ENC

public static final ChartDisplayStyleType ENC
电子海图类型。


PAPERCHART

public static final ChartDisplayStyleType PAPERCHART
纸质海图类型。