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

插入(insert)操作参数类.

该类用于设置执行事务操作——插入(insert)所需的参数。



公共属性
  属性 定义方
    features : Array
Feature 对象集合,用于定义被插入的要素,包括要素几何信息(geometry)及属性信息(attributes)。
WFSTInsertParam
    spatialProperty : String
描述要素几何信息的属性名称。如:SuperMap iServer Java 6R 服务器产品所提供的 WFS 服务中,用于描述要素几何信息的字段一般为:"the_geom"。
WFSTInsertParam
  Inherited typeName : String
被执行操作的数据集名称。如:"World:Rivers"。必设属性。
WFSTBaseParam
公共方法
  方法 定义方
   
实例化 WFSTInsertParam 对象。
WFSTInsertParam
属性详细信息
features 属性
features:Array

Feature 对象集合,用于定义被插入的要素,包括要素几何信息(geometry)及属性信息(attributes)。


Implementation
    public function get features():Array
    public function set features(value:Array):void
spatialProperty 属性  
spatialProperty:String

描述要素几何信息的属性名称。如:SuperMap iServer Java 6R 服务器产品所提供的 WFS 服务中,用于描述要素几何信息的字段一般为:"the_geom"。


Implementation
    public function get spatialProperty():String
    public function set spatialProperty(value:String):void
构造函数详细信息
WFSTInsertParam () 构造函数
public function WFSTInsertParam()

实例化 WFSTInsertParam 对象。