|
|
|
@ -61,6 +61,7 @@ public class App extends Application
|
|
|
|
}catch (DataException e){
|
|
|
|
}catch (DataException e){
|
|
|
|
e.printStackTrace();
|
|
|
|
e.printStackTrace();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//testing out airport parser
|
|
|
|
//testing out airport parser
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
System.out.println(currentDataset.importAirport("res/Samples/Airports.txt"));
|
|
|
|
System.out.println(currentDataset.importAirport("res/Samples/Airports.txt"));
|
|
|
|
@ -79,6 +80,12 @@ public class App extends Application
|
|
|
|
} catch (DataException e) {
|
|
|
|
} catch (DataException e) {
|
|
|
|
e.printStackTrace();
|
|
|
|
e.printStackTrace();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
|
|
|
System.out.println(currentDataset.importFlight("res/Samples/NZCH-WSSS.csv"));
|
|
|
|
|
|
|
|
} catch (DataException e) {
|
|
|
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|