com.supermap.web.ogc.wfs
public class Spatial
继承 Spatial Inheritance Filter Inheritance Object
子类 SpatialGeometry, SpatialRect

空间运算基类.

空间运算用于定义几何对象间是否满足指定的空间关系。该类是空间运算基类,其子类包括空间几何运算(SpatialGeometry)、空间矩形运算(SpatialRect)。

另请参见

SpatialGeometry
SpatialRect


公共属性
  属性 定义方
    propertyName : String
存储要素几何信息的字段名称,相等于 WFSFeatureDescription.spatialProperty 属性值。
Spatial
    type : String
空间运算类型,由 SpatialType 枚举类定义。
Spatial
公共方法
  方法 定义方
   
实例化 Spatial 对象。
Spatial
   
Spatial
   
GetPointsStr(ps:Array):String
Spatial
   
Spatial
属性详细信息
propertyName 属性
propertyName:String

存储要素几何信息的字段名称,相等于 WFSFeatureDescription.spatialProperty 属性值。


Implementation
    public function get propertyName():String
    public function set propertyName(value:String):void

另请参见

type 属性  
type:String

空间运算类型,由 SpatialType 枚举类定义。


Implementation
    public function get type():String
    public function set type(value:String):void

另请参见

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

实例化 Spatial 对象。

方法详细描述
GetPointPairStr () 方法
public function GetPointPairStr(p1:Point2D, p2:Point2D):String

参数

p1:Point2D
 
p2:Point2D

返回
String
GetPointsStr () 方法  
public function GetPointsStr(ps:Array):String

参数

ps:Array

返回
String
GetSinglePointStr () 方法  
public function GetSinglePointStr(p:Point2D):String

参数

p:Point2D

返回
String