包 | com.supermap.web.iServerJava6R.networkAnalystServices |
类 | public class EdgeWeightResult |
继承 | EdgeWeightResult ![]() |
该类用于返回更新弧段权值服务执行结果,即返回弧度权值更新成功与否,更新失败的错误代码等内容。
另请参见
属性 | 定义方 | ||
---|---|---|---|
code : int
[read-only] 如果没有成功,错误的响应码是多少。
|
EdgeWeightResult | ||
errorMsg : String
[read-only] 更新出错的详细信息。
|
EdgeWeightResult | ||
succeed : Boolean
[read-only] 显示更新弧段权值是否成功。
|
EdgeWeightResult |
方法 | 定义方 | ||
---|---|---|---|
初始化 EdgeWeightResult 类的新实例。
|
EdgeWeightResult |
code | 属性 |
code:int
[read-only]
如果没有成功,错误的响应码是多少。
public function get code():int
errorMsg | 属性 |
errorMsg:String
[read-only]
更新出错的详细信息。
public function get errorMsg():String
succeed | 属性 |
succeed:Boolean
[read-only]
显示更新弧段权值是否成功。
public function get succeed():Boolean
EdgeWeightResult | () | 构造函数 |
public function EdgeWeightResult()
初始化 EdgeWeightResult 类的新实例。