public class LineBusstop extends Object
| 构造器和说明 |
|---|
LineBusstop(long busstopId,
String busstopName) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getBusstopId() |
int |
getBusstopSerial() |
int |
getBusstopType() |
String |
getName() |
Scope |
getScope(Connection conn) |
boolean |
inside(IGps gps,
Connection conn) |
void |
setBusstopSerial(int serial) |
String |
toString() |
public LineBusstop(long busstopId,
String busstopName)
public void setBusstopSerial(int serial)
serial - from 1public String getName()
public int getBusstopType()
public long getBusstopId()
public int getBusstopSerial()
public boolean inside(IGps gps, Connection conn) throws SQLException
SQLExceptionpublic Scope getScope(Connection conn) throws SQLException
SQLExceptionCopyright © 2022. All rights reserved.