包 | com.supermap.web.ogc.wfs |
类 | public class WFSTInsertParam |
继承 | WFSTInsertParam ![]() ![]() |
该类用于设置执行事务操作——插入(insert)所需的参数。
属性 | 定义方 | ||
---|---|---|---|
features : Array
Feature 对象集合,用于定义被插入的要素,包括要素几何信息(geometry)及属性信息(attributes)。
|
WFSTInsertParam | ||
spatialProperty : String
描述要素几何信息的属性名称。如:SuperMap iServer Java 6R 服务器产品所提供的 WFS 服务中,用于描述要素几何信息的字段一般为:"the_geom"。
|
WFSTInsertParam | ||
![]() |
typeName : String
被执行操作的数据集名称。如:"World:Rivers"。必设属性。
|
WFSTBaseParam |
方法 | 定义方 | ||
---|---|---|---|
实例化 WFSTInsertParam 对象。
|
WFSTInsertParam |
features | 属性 |
features:Array
Feature 对象集合,用于定义被插入的要素,包括要素几何信息(geometry)及属性信息(attributes)。
public function get features():Array
public function set features(value:Array):void
spatialProperty | 属性 |
spatialProperty:String
描述要素几何信息的属性名称。如:SuperMap iServer Java 6R 服务器产品所提供的 WFS 服务中,用于描述要素几何信息的字段一般为:"the_geom"。
public function get spatialProperty():String
public function set spatialProperty(value:String):void
WFSTInsertParam | () | 构造函数 |
public function WFSTInsertParam()
实例化 WFSTInsertParam 对象。