com.supermap.web.utils.serverTypes
public class ServerFeature
继承 ServerFeature Inheritance Object

服务端矢量要素类.

该类描述了服务端返回的矢量要素的相关信息,包括字段和几何信息。



公共属性
  属性 定义方
    fieldNames : Array
[read-only] 获取矢量要素的属性字段名集合。
ServerFeature
    fieldValues : Array
[read-only] 获取矢量要素的属性字段值集合。
ServerFeature
    geometry : ServerGeometry
[read-only] 获取矢量要素的几何信息 ServerGeometry。
ServerFeature
    id : int
要素 ID。
ServerFeature
公共方法
  方法 定义方
   
初始化 ServerFeature 类的新实例。
ServerFeature
属性详细信息
fieldNames 属性
fieldNames:Array  [read-only]

获取矢量要素的属性字段名集合。


Implementation
    public function get fieldNames():Array
fieldValues 属性  
fieldValues:Array  [read-only]

获取矢量要素的属性字段值集合。


Implementation
    public function get fieldValues():Array
geometry 属性  
geometry:ServerGeometry  [read-only]

获取矢量要素的几何信息 ServerGeometry。


Implementation
    public function get geometry():ServerGeometry
id 属性  
id:int

要素 ID。


Implementation
    public function get id():int
    public function set id(value:int):void
构造函数详细信息
ServerFeature () 构造函数
public function ServerFeature()

初始化 ServerFeature 类的新实例。