类名 common/base/enum/UrlServerType.js
import Zondy from '../Zondy'

/**
 * url对应的服务类型
 * @readonly
 * @enum {String}
 */
const UrlServerType = {
  /** UrlServerType.igs_1,igs1.0 */
  igs_1: 'igs_1',
  /** UrlServerType.igs_2,igs2.0 */
  igs_2: 'igs_2',
  /** UrlServerType.tdt,天地图 */
  tdt: 'tdt',
  /** UrlServerType.arcgis,arcgis */
  arcgis: 'arcgis'
}

Zondy.Enum.UrlServerType = UrlServerType
export default UrlServerType
构造函数
成员变量
方法
事件