mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
migrated Germany to binary connections query
This commit is contained in:
parent
8123974b3e
commit
afc4b4b096
10 changed files with 38 additions and 407 deletions
|
@ -22,8 +22,6 @@ import java.util.Date;
|
|||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
import de.schildbach.pte.dto.Connection;
|
||||
import de.schildbach.pte.dto.GetConnectionDetailsResult;
|
||||
import de.schildbach.pte.dto.Location;
|
||||
import de.schildbach.pte.dto.NearbyStationsResult;
|
||||
import de.schildbach.pte.dto.Point;
|
||||
|
@ -151,16 +149,6 @@ public interface NetworkProvider
|
|||
*/
|
||||
QueryConnectionsResult queryMoreConnections(QueryConnectionsContext context, boolean later, int numConnections) throws IOException;
|
||||
|
||||
/**
|
||||
* Get details about a connection
|
||||
*
|
||||
* @param connection
|
||||
* (non-detailed) connection returned via {@link NetworkProvider#queryConnections}
|
||||
* @return result object containing the details of the connection
|
||||
* @throws IOException
|
||||
*/
|
||||
GetConnectionDetailsResult getConnectionDetails(Connection connection) throws IOException;
|
||||
|
||||
/**
|
||||
* Get style of line
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue