statistical encoding
This commit is contained in:
parent
f8dee5b7d1
commit
ccf6641bad
41 changed files with 4543 additions and 1965 deletions
|
|
@ -0,0 +1,13 @@
|
|||
package btools.codec;
|
||||
|
||||
/**
|
||||
* a waypoint matcher gets way geometries
|
||||
* from the decoder to find the closest
|
||||
* matches to the waypoints
|
||||
*/
|
||||
public interface WaypointMatcher
|
||||
{
|
||||
void startNode( int ilon, int ilat );
|
||||
void transferNode( int ilon, int ilat );
|
||||
void endNode( int ilon, int ilat );
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue