public class StartPoint extends Point
| 构造器和说明 | 
|---|
| StartPoint() | 
| StartPoint(CoordType coordType) | 
| StartPoint(java.lang.String address) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| java.lang.String | getAddress()获取地址信息 | 
| void | setAddress(java.lang.String address) | 
| java.lang.String | toString() | 
getCoordType, getDirection, getHeight, getLocation, getLocTime, getRadius, getSpeed, setCoordType, setDirection, setHeight, setLocation, setLocTime, setRadius, setSpeedpublic StartPoint()
public StartPoint(CoordType coordType)
coordType - 坐标类型public StartPoint(java.lang.String address)
address - 地址信息