Class GetOceanicRoute
java.lang.Object
org.deltava.dao.DAO
org.deltava.dao.GetNavData
org.deltava.dao.GetNavAirway
org.deltava.dao.GetOceanicRoute
- Direct Known Subclasses:
GetNavRoute
A Data Access Object for Oceanic Routes.
- Since:
- 1.0
- Version:
- 11.1
- Author:
- Luke
-
Field Summary
Fields inherited from class org.deltava.dao.GetNavAirway
_aCache
Fields inherited from class org.deltava.dao.DAO
_queryMax, _queryStart, _queryTimeout, WGS84_SRID
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes the DAO with the specified JDBC connection. -
Method Summary
Modifier and TypeMethodDescriptionget
(OceanicTrackInfo.Type routeType, Instant vd) Returns a specific Oceanic Route.Returns a list of oceanic routes.getOceanicTrackDates
(OceanicTrackInfo.Type routeType) Returns the dates for which oceanic track waypoints are available.getOceanicTracks
(OceanicTrackInfo.Type routeType, Instant dt) Returns all of the oceanic route waypoints for a particular date.Returns Concorde-specific North Atlantic Tracks.Methods inherited from class org.deltava.dao.GetNavAirway
getAirways, getAll, getBestRoute, getBestRoute, getRoute, getRoute, getRoute, getRouteNames, getRoutes, getSIDRunways
Methods inherited from class org.deltava.dao.GetNavData
get, getAirport, getAll, getBearingRange, getBestRunway, getByID, getIntersections, getObjects, getRunway, getRunways, getRunways
Methods inherited from class org.deltava.dao.DAO
commitTransaction, createTimestamp, executeIDs, executeUpdate, executeUpdate, expandDate, formatDBName, formatLocation, getNewID, getQueryCount, prepare, prepareWithoutLimits, rollbackTransaction, setQueryMax, setQueryStart, setQueryTimeout, startTransaction, toID, toID, toInstant
-
Constructor Details
-
GetOceanicRoute
Initializes the DAO with the specified JDBC connection.- Parameters:
c
- the JDBC connection to use
-
-
Method Details
-
getOceanic
Returns a list of oceanic routes.- Returns:
- a List of OceanicRoutes
- Throws:
DAOException
- if a JDBC error occurs
-
loadConcordeNATs
Returns Concorde-specific North Atlantic Tracks.- Returns:
- a Collection of ConcordeNAT beans
- Throws:
DAOException
- if a JDBC error occurs
-