added startway check
This commit is contained in:
parent
6b4d989868
commit
d2d639666e
8 changed files with 64 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ package btools.codec;
|
|||
* matches to the waypoints
|
||||
*/
|
||||
public interface WaypointMatcher {
|
||||
boolean start(int ilonStart, int ilatStart, int ilonTarget, int ilatTarget);
|
||||
boolean start(int ilonStart, int ilatStart, int ilonTarget, int ilatTarget, boolean useAsStartWay);
|
||||
|
||||
void transferNode(int ilon, int ilat);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue