com.supermap.web.ogc.wfs
public class GetWFSCapabilities
继承 GetWFSCapabilities Inheritance WFSServiceBase Inheritance flash.events.EventDispatcher

WFS 服务信息获取类.

该类用于获取 WFS 服务所提供的操作、要素类型以及服务版本号等信息。



公共属性
  属性 定义方
  Inherited url : String
WFS 服务地址(如:http://localhost:8090/iserver/services/data-world/wfs100)。
WFSServiceBase
  Inherited version : String
请求的服务版本号。目前 SuperMap iServer Java 6R 仅支持 WFS 1.0.0 版本。
WFSServiceBase
公共方法
  方法 定义方
   
GetWFSCapabilities(url:String = null)
实例化 GetWFSCapabilities 对象。
GetWFSCapabilities
  Inherited
processAsync(responder:IResponder = null):void
发送服务请求...
WFSServiceBase
受保护的方法
  方法 定义方
   
getFinalUrl():String
[Override] 获取服务资源请求地址,不同的操作对应不同的资源地址。
GetWFSCapabilities
   
getResultHandler(event:ResultEvent, asyncToken:AsyncToken):void
[Override] 服务请求成功后的回调函数。
GetWFSCapabilities
  Inherited
handleStringError(errorString:String, asyncToken:AsyncToken):void
服务请求失败后的回调函数。
WFSServiceBase
事件
  事件 Summary 定义方
    与服务端交互失败时触发。 GetWFSCapabilities
    与服务端交互成功时触发。 GetWFSCapabilities
构造函数详细信息
GetWFSCapabilities () 构造函数
public function GetWFSCapabilities(url:String = null)

实例化 GetWFSCapabilities 对象。

参数
url:String (default = null) — WFS 服务地址。
方法详细描述
getFinalUrl () 方法
override protected function getFinalUrl():String

获取服务资源请求地址,不同的操作对应不同的资源地址。

返回
String
getResultHandler () 方法  
override protected function getResultHandler(event:ResultEvent, asyncToken:AsyncToken):void

服务请求成功后的回调函数。

参数

event:ResultEvent
 
asyncToken:AsyncToken

事件详细信息
fault 事件
Event Object Type: mx.rpc.events.FaultEvent

与服务端交互失败时触发。

processComplete 事件  
Event Object Type: com.supermap.web.events.WFSCapabilitiesEvent

与服务端交互成功时触发。