AutoSDK
500
|
GRangeSpiderVehicleElecCostlist 更多...
Public 成员函数 | |
GRangeSpiderVehicleElecCostlist () | |
构造函数 更多... | |
GRangeSpiderVehicleElecCostlist (int idLiteObj, int typeLiteObj, ArrayList< GRangeSpiderVehicleElecCostlistRange > rangeLiteObj, ArrayList< GRangeSpiderVehicleElecCostlistSpeed > speedLiteObj, ArrayList< GRangeSpiderVehicleElecCostlistPowertrainloss > powertrainlossLiteObj, GRangeSpiderVehicleElecCostlistTrans transLiteObj, GRangeSpiderVehicleElecCostlistCurve curveLiteObj, GRangeSpiderVehicleElecCostlistSlope slopeLiteObj, double auxLiteObj, double ferryrateLiteObj) | |
拷贝构造函数 更多... | |
Public 属性 | |
int | id |
id 代价模型编号 用来索引下发的数据,来表名是哪个 costmodel 算出来的 整数类型 更多... | |
int | type |
type 代价模型的类型 整数类型 0:eco 1:ecoplus 2:reg 更多... | |
ArrayList< GRangeSpiderVehicleElecCostlistRange > | range |
range 否,不传用 vehichecharge 的值 代表在该 costmodel 下要算几组能量耗尽点 浮点类型 更多... | |
ArrayList< GRangeSpiderVehicleElecCostlistSpeed > | speed |
speed 存储类速度相关的能耗参数,数组类型 更多... | |
ArrayList< GRangeSpiderVehicleElecCostlistPowertrainloss > | powertrainloss |
名称: powertrainloss 含义: 动力系统衰减因子,数组类型 更多... | |
GRangeSpiderVehicleElecCostlistTrans | trans |
trans 转向消耗 更多... | |
GRangeSpiderVehicleElecCostlistCurve | curve |
curve 曲率消耗 更多... | |
GRangeSpiderVehicleElecCostlistSlope | slope |
slope 坡度消耗 更多... | |
double | aux |
aux 附加消耗系数 浮点类型 单位:wh/s 更多... | |
double | ferryrate |
ferryrate 轮渡消耗 浮点类型 更多... | |
com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.GRangeSpiderVehicleElecCostlist | ( | ) |
构造函数
com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.GRangeSpiderVehicleElecCostlist | ( | int | idLiteObj, |
int | typeLiteObj, | ||
ArrayList< GRangeSpiderVehicleElecCostlistRange > | rangeLiteObj, | ||
ArrayList< GRangeSpiderVehicleElecCostlistSpeed > | speedLiteObj, | ||
ArrayList< GRangeSpiderVehicleElecCostlistPowertrainloss > | powertrainlossLiteObj, | ||
GRangeSpiderVehicleElecCostlistTrans | transLiteObj, | ||
GRangeSpiderVehicleElecCostlistCurve | curveLiteObj, | ||
GRangeSpiderVehicleElecCostlistSlope | slopeLiteObj, | ||
double | auxLiteObj, | ||
double | ferryrateLiteObj | ||
) |
拷贝构造函数
[in] | obj | 对象 |
double com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.aux |
aux 附加消耗系数 浮点类型 单位:wh/s
GRangeSpiderVehicleElecCostlistCurve com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.curve |
curve 曲率消耗
double com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.ferryrate |
ferryrate 轮渡消耗 浮点类型
int com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.id |
id 代价模型编号 用来索引下发的数据,来表名是哪个 costmodel 算出来的 整数类型
ArrayList<GRangeSpiderVehicleElecCostlistPowertrainloss> com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.powertrainloss |
名称: powertrainloss
含义: 动力系统衰减因子,数组类型
ArrayList<GRangeSpiderVehicleElecCostlistRange> com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.range |
range 否,不传用 vehichecharge 的值 代表在该 costmodel 下要算几组能量耗尽点 浮点类型
GRangeSpiderVehicleElecCostlistSlope com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.slope |
slope 坡度消耗
ArrayList<GRangeSpiderVehicleElecCostlistSpeed> com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.speed |
speed 存储类速度相关的能耗参数,数组类型
GRangeSpiderVehicleElecCostlistTrans com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.trans |
trans 转向消耗
int com.autonavi.gbl.aosclient.model.GRangeSpiderVehicleElecCostlist.type |
type 代价模型的类型 整数类型 0:eco 1:ecoplus 2:reg