Class XMLFormatter
java.lang.Object
org.deltava.service.navdata.XMLFormatter
A utility class to handle XML translation for the
XMLClientDataService
.- Since:
- 10.0
- Version:
- 11.2
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionformatGate
(Map.Entry<String, Collection<Gate>> me) Converts a collection of Gates into an XML document.formatRunway
(Map.Entry<String, Collection<Runway>> me) Converts a collection of Runways into an XML document.Converts a collection of Terminal Rotues into an XML document.
-
Method Details
-
formatGate
-
formatTR
Converts a collection of Terminal Rotues into an XML document.- Parameters:
me
- a Map.Entry with a Collection of TerminalRoutes, keyed by Airport- Returns:
- a Map.Entry with an XML document string, keyed by Airport ICAO code
-
formatRunway
-