com.supermap.data
类 EngineFamilyType

java.lang.Object
  继承者 com.supermap.data.EngineFamilyType

public class EngineFamilyType
extends java.lang.Object

该类定义了空间数据库引擎类别常量。


字段摘要
static EngineFamilyType DATABASE
          数据库型引擎类别。
static EngineFamilyType FILE
          文件型引擎类别。
static EngineFamilyType WEB
          网络服务型引擎类别。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

DATABASE

public static final EngineFamilyType DATABASE
数据库型引擎类别。


FILE

public static final EngineFamilyType FILE
文件型引擎类别。


WEB

public static final EngineFamilyType WEB
网络服务型引擎类别。