public class HarshSteeringPoint extends Point
| 构造器和说明 |
|---|
HarshSteeringPoint() |
HarshSteeringPoint(CoordType coordType) |
HarshSteeringPoint(LatLng location,
CoordType coordType,
long locTime,
double centripetalAcceleration,
TurnType turnType,
double turnSpeed) |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getCentripetalAcceleration()
获取向心加速度,单位:m/s^2
|
double |
getTurnSpeed()
获取转向时速,单位:km/h
|
TurnType |
getTurnType()
获取转向类型
|
void |
setCentripetalAcceleration(double centripetalAcceleration) |
void |
setTurnSpeed(double turnSpeed) |
void |
setTurnType(TurnType turnType) |
java.lang.String |
toString() |
getCoordType, getDirection, getHeight, getLocation, getLocTime, getRadius, getSpeed, setCoordType, setDirection, setHeight, setLocation, setLocTime, setRadius, setSpeedpublic HarshSteeringPoint()
public HarshSteeringPoint(CoordType coordType)
coordType - 坐标类型public HarshSteeringPoint(LatLng location, CoordType coordType, long locTime, double centripetalAcceleration, TurnType turnType, double turnSpeed)
location - 经纬度坐标coordType - 坐标类型locTime - 定位时间centripetalAcceleration - 向心加速度,单位:m/s^2turnType - 转向类型turnSpeed - 转向时速,单位:km/hpublic double getCentripetalAcceleration()
public void setCentripetalAcceleration(double centripetalAcceleration)
public TurnType getTurnType()
public void setTurnType(TurnType turnType)
public double getTurnSpeed()
public void setTurnSpeed(double turnSpeed)