com.supermap.chart.conversion
类 FileTypeChart

java.lang.Object
  继承者 com.supermap.chart.conversion.FileTypeChart

public class FileTypeChart
extends java.lang.Object

该类定义了海图数据转换文件的类型常量。


字段摘要
static FileTypeChart NONE
          未知数据格式。
static FileTypeChart S101
          S-101 海图格式,000文件。
static FileTypeChart S57
          S-57 海图格式,000文件。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NONE

public static final FileTypeChart NONE
未知数据格式。


S57

public static final FileTypeChart S57
S-57 海图格式,000文件。


S101

public static final FileTypeChart S101
S-101 海图格式,000文件。