| 包 | com.supermap.web.iServerJava2.editServices |
| 类 | public class GetEntityParameters |
| 继承 | GetEntityParameters ParametersBase Object |
根据指定的 ID(只能指定一个),在指定的图层中获取与其对应的地物。该类中三个属性都为必设属性。
| 属性 | 定义方 | ||
|---|---|---|---|
| id : int
获取或设置要获取的地物 ID 号。
|
GetEntityParameters | ||
| layerName : String
获取或设置客户端要获取的地物所在的图层名称。
|
GetEntityParameters | ||
![]() |
mapName : String
获取或设置提供服务的地图名称,必设属性。
|
ParametersBase | |
| 方法 | 定义方 | ||
|---|---|---|---|
|
GetEntityParameters(mapName:String = null)
使用地图名称实例化 GetEntityParameters 对象。
|
GetEntityParameters | ||
| id | 属性 |
id:int
获取或设置要获取的地物 ID 号。
public function get id():int public function set id(value:int):void| layerName | 属性 |
layerName:String
获取或设置客户端要获取的地物所在的图层名称。
public function get layerName():String public function set layerName(value:String):void| GetEntityParameters | () | 构造函数 |
public function GetEntityParameters(mapName:String = null)
使用地图名称实例化 GetEntityParameters 对象。
参数mapName:String (default = null) — 地图名称。 |