public class RestrictionInfo
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
int |
axelCount
车辆轴数
|
int |
axelWeight
车辆轴重,单位千克
|
boolean |
hasRestrictionInfo
路段上是否有禁行信息
|
float |
height
车辆高度,单位米
|
int |
payload
车辆的核定载重,单位千克
|
int |
weight
车辆重量,单位千克
|
float |
width
车辆宽度,单位米
|
构造器和说明 |
---|
RestrictionInfo(float height,
int weight,
float width,
int payload,
int axelWeight,
int axelCount,
boolean hasRestrictionInfo) |
public float height
public int weight
public float width
public int payload
public int axelWeight
public int axelCount
public boolean hasRestrictionInfo
©Mapbar Engine Team;All Rights Reserved