Class FlightDataEarthService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.acars.GoogleEarthService
org.deltava.service.acars.FlightDataEarthService
A Web Service to format ACARS flight data for Google Earth.
- Since:
- 1.0
- Version:
- 11.6
- 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.booleanisSecure()Returns whether this web service requires authentication.Methods inherited from class GoogleEarthService
createAircraft, createAirport, createAirspace, createFlightRoute, createPositionData, createProgressMethods inherited from class WebService
error, error, error, isLogged
-
Constructor Details
-
FlightDataEarthService
public FlightDataEarthService()
-
-
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
-
isSecure
public boolean isSecure()Description copied from class:WebServiceReturns whether this web service requires authentication.- Overrides:
isSecurein classWebService- Returns:
- TRUE if authentication is required, otherwise FALSE
-