public class VehicleInfo
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
class |
VehicleInfo.EmissionStandard
排放类型,国I ~ 国V
|
class |
VehicleInfo.EnergyType
能源类型
|
class |
VehicleInfo.PlateColor
车牌颜色
|
class |
VehicleInfo.PurposeType
车辆用途类型
|
class |
VehicleInfo.TruckFunction
卡车功能
|
class |
VehicleInfo.TruckLoadType
卡车负载类型
|
class |
VehicleInfo.TruckType
卡车类型
|
限定符和类型 | 字段和说明 |
---|---|
int |
axelCount
车辆轴数
|
int |
axelWeight
轴重,单位:千克
|
int |
emissionStandard
排放类型,见
|
int |
energyType
能源类型,见
VehicleInfo.EnergyType |
boolean |
hasPassport
是否拥有通行证,默认按照有通行证处理
|
float |
height
车辆高度,单位米
|
boolean |
isTemporaryPlate
当前车牌是不是临牌
|
int |
payload
有效载荷,单位千克
|
int |
plateColor
车牌颜色,见
VehicleInfo.PlateColor |
java.lang.String |
plateNumber
车牌
|
int |
purpose
车辆用途,见
|
int |
seatNum
车辆的座位数,仅在车辆用途为
VehicleInfo.PurposeType.car 时有意义 |
int |
truckFunction
卡车功能,仅在车辆用途为
VehicleInfo.PurposeType.truck 时有意义,见VehicleInfo.TruckFunction |
int |
truckLoadType
卡车负载类型,仅在车辆用途为
VehicleInfo.PurposeType 时有意义,见VehicleInfo.TruckLoadType |
int |
truckType
卡车类型,仅在车辆用途为
VehicleInfo.PurposeType.truck 时有意义,见VehicleInfo.TruckType |
float |
width
车辆宽度,单位米
|
构造器和说明 |
---|
VehicleInfo() |
VehicleInfo(float height,
float width,
int payload,
int axelWeight,
int axelCount,
int purpose,
boolean hasPassport,
int seatNum,
int truckLoadType,
int truckType,
int truckFunction,
int energyType,
int emissionStandard,
java.lang.String plateNumber,
int plateColor,
boolean isTemporaryPlate) |
public float height
public float width
public int payload
public int axelWeight
public int axelCount
public int purpose
public boolean hasPassport
public int seatNum
VehicleInfo.PurposeType.car
时有意义public int truckLoadType
VehicleInfo.PurposeType
时有意义,见VehicleInfo.TruckLoadType
public int truckType
VehicleInfo.PurposeType.truck
时有意义,见VehicleInfo.TruckType
public int truckFunction
VehicleInfo.PurposeType.truck
时有意义,见VehicleInfo.TruckFunction
public int energyType
VehicleInfo.EnergyType
public int emissionStandard
public java.lang.String plateNumber
public int plateColor
VehicleInfo.PlateColor
public boolean isTemporaryPlate
public VehicleInfo()
public VehicleInfo(float height, float width, int payload, int axelWeight, int axelCount, int purpose, boolean hasPassport, int seatNum, int truckLoadType, int truckType, int truckFunction, int energyType, int emissionStandard, java.lang.String plateNumber, int plateColor, boolean isTemporaryPlate)
©Mapbar Engine Team;All Rights Reserved