Class GetAirspaceDefinition
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.GetAirspaceDefinition
A Data Access Object to load OpenAir airspace definition files.
- Since:
- 7.3
- Version:
- 11.1
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.dao.file.DAO
getReader, getStream, setBufferSize
-
Constructor Details
-
GetAirspaceDefinition
Initializes the Data Access Object.- Parameters:
is
- the InputStream to read
-
-
Method Details
-
load
Load the definition file.- Returns:
- a Collection of Airspace beans
- Throws:
DAOException
- if an error occurs
-