com.supermap.web.events
public class WFSTransactionEvent
继承 WFSTransactionEvent Inheritance WFSEvent Inheritance flash.events.Event

WFS 事务操作事件类



公共属性
  属性 定义方
  Inherited originResult : Object
[read-only] 服务端返回的原始结果(XML 对象)。
WFSEvent
    wfsTransactionResult : WFSTransactionResult
[read-only] 服务端返回的、经客户端封装后的请求结果。
WFSTransactionEvent
公共方法
  方法 定义方
   
WFSTransactionEvent(type:String, originResult:Object, _wfsTransactionResult:WFSTransactionResult = null)
初始化 WFSTransactionEvent 类的新实例。
WFSTransactionEvent
公共常量
  常量 定义方
    PROCESS_COMPLETE : String = processComplete
[static] PROCESS_COMPLETE 事件类型,与服务端交互成功后触发。
WFSTransactionEvent
属性详细信息
wfsTransactionResult 属性
wfsTransactionResult:WFSTransactionResult  [read-only]

服务端返回的、经客户端封装后的请求结果。


Implementation
    public function get wfsTransactionResult():WFSTransactionResult
构造函数详细信息
WFSTransactionEvent () 构造函数
public function WFSTransactionEvent(type:String, originResult:Object, _wfsTransactionResult:WFSTransactionResult = null)

初始化 WFSTransactionEvent 类的新实例。

参数
type:String — 事件类型,必设参数。
 
originResult:Object — 服务端返回的原始结果(XML 对象)。
 
_wfsTransactionResult:WFSTransactionResult (default = null) — 服务端返回的、经客户端封装后的请求结果。
常量描述
PROCESS_COMPLETE 常量
public static const PROCESS_COMPLETE:String = processComplete

PROCESS_COMPLETE 事件类型,与服务端交互成功后触发。