com.supermap.web.ogc.wfs
public class WFSFeatureResult
继承 WFSFeatureResult Inheritance Object

WFS 要素获取结果类.

该类用于封装通过 GetWFSFeature 类获取要素的结果。



公共属性
  属性 定义方
    bounds : Rectangle2D
[read-only] 要素集合的外接矩形。
WFSFeatureResult
    features : Dictionary
[read-only] 键值对(key-value),key 表示数据集名称,相等于 WFSFeatureDescription.typeName 属性,value 代表当前命名空间下所表示的图层类型。
WFSFeatureResult
公共方法
  方法 定义方
   
实例化 WFSFeatureResult 对象。
WFSFeatureResult
属性详细信息
bounds 属性
bounds:Rectangle2D  [read-only]

要素集合的外接矩形。


Implementation
    public function get bounds():Rectangle2D
features 属性  
features:Dictionary  [read-only]

键值对(key-value),key 表示数据集名称,相等于 WFSFeatureDescription.typeName 属性,value 代表当前命名空间下所表示的图层类型。


Implementation
    public function get features():Dictionary

另请参见

构造函数详细信息
WFSFeatureResult () 构造函数
public function WFSFeatureResult()

实例化 WFSFeatureResult 对象。