migrated Germany to binary connections query

This commit is contained in:
Andreas Schildbach 2012-07-21 21:49:49 +02:00
parent 8123974b3e
commit afc4b4b096
10 changed files with 38 additions and 407 deletions

View file

@ -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
*