Class EarthMapPlanService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.acars.GoogleEarthService
org.deltava.service.acars.EarthMapPlanService
A Web Service to display ACARS flight plan data in Google Earth.
- Since:
- 1.0
- Version:
- 11.1
- Author:
- Luke
-
Field Summary
Fields inherited from class GoogleEarthService
COLORS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintexecute(ServiceContext ctx) Executes the Web Service, writing ACARS flight data in KML format.Methods inherited from class GoogleEarthService
createAircraft, createAirport, createAirspace, createFlightRoute, createPositionData, createProgress
-
Constructor Details
-
EarthMapPlanService
public EarthMapPlanService()
-
-
Method Details
-
execute
Executes the Web Service, writing ACARS flight data in KML format.- Specified by:
executein classWebService- Parameters:
ctx- the Web Service Context- Returns:
- the HTTP status code
- Throws:
ServiceException- if an error occurs
-