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 org.deltava.service.acars.GoogleEarthService
COLORS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
execute
(ServiceContext ctx) Executes the Web Service, writing ACARS flight data in KML format.boolean
isSecure()
Returns whether this web service requires authentication.Methods inherited from class org.deltava.service.acars.GoogleEarthService
createAircraft, createAirport, createAirspace, createFlightRoute, createPositionData, createProgress
-
Constructor Details
-
FlightDataEarthService
public FlightDataEarthService()
-
-
Method Details
-
execute
Executes the Web Service, writing ACARS flight data in KML format.- Specified by:
execute
in 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:WebService
Returns whether this web service requires authentication.- Overrides:
isSecure
in classWebService
- Returns:
- TRUE if authentication is required, otherwise FALSE
-