com.supermap.web.iServerJava2.editServices
public class GetEntityParameters
继承 GetEntityParameters Inheritance ParametersBase Inheritance Object

获取地物参数类.

根据指定的 ID(只能指定一个),在指定的图层中获取与其对应的地物。该类中三个属性都为必设属性。



公共属性
  属性 定义方
    id : int
获取或设置要获取的地物 ID 号。
GetEntityParameters
    layerName : String
获取或设置客户端要获取的地物所在的图层名称。
GetEntityParameters
  Inherited mapName : String
获取或设置提供服务的地图名称,必设属性。
ParametersBase
公共方法
  方法 定义方
   
GetEntityParameters(mapName:String = null)
使用地图名称实例化 GetEntityParameters 对象。
GetEntityParameters
属性详细信息
id 属性
id:int

获取或设置要获取的地物 ID 号。


Implementation
    public function get id():int
    public function set id(value:int):void
layerName 属性  
layerName:String

获取或设置客户端要获取的地物所在的图层名称。


Implementation
    public function get layerName():String
    public function set layerName(value:String):void
构造函数详细信息
GetEntityParameters () 构造函数
public function GetEntityParameters(mapName:String = null)

使用地图名称实例化 GetEntityParameters 对象。

参数
mapName:String (default = null) — 地图名称。