Class EarthMapService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.acars.GoogleEarthService
org.deltava.service.acars.EarthMapService
A Web Service to render the ACARS Map in Google Earth.
- Since:
- 1.0
- Version:
- 11.1
- 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.final boolean
isLogged()
Returns whether this web service calls are logged.Methods inherited from class org.deltava.service.acars.GoogleEarthService
createAircraft, createAirport, createAirspace, createFlightRoute, createPositionData, createProgress
-
Constructor Details
-
EarthMapService
public EarthMapService()
-
-
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
-
isLogged
public final boolean isLogged()Description copied from class:WebService
Returns whether this web service calls are logged. High volume services like the Map/ServInfo route services will not be logged.- Overrides:
isLogged
in classWebService
- Returns:
- TRUE if invocation logging should be performed by the servlet, otherwise FALSE
-