类名 common/service/igs/ogc/WPSServer.js
import BaseServer from '../../BaseServer'
import { Zondy } from '../../../base'

/**
 * IGS2.0的WPS服务
 * @class WPSServer
 * @extends BaseServer
 * @param {Object} options 构造参数
 * @param {String} [options.url = 无] 服务基地址
 */
class WPSServer extends BaseServer {
  constructor(options) {
    super(options)
  }
}

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