package dk.thoerup.traininfoservice; import java.io.IOException; import java.sql.SQLException; import java.util.Random; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class TestServlet extends HttpServlet { private static final long serialVersionUID = 1L; //South-West corner= 54.0, 7.0 //North-East corner= 58.0, 16.0 //Latitude span=4.0 //Longitude span=9.0 void testFindNearest(int count) throws SQLException { Random r = new Random(); StationDAO db = new StationDAO(); for (int i=0; i