Class TLcyKML22RealtimeAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.kml22.realtime.TLcyKML22RealtimeAddOn
The Realtime AddOn for KML 2.2
This AddOn improves the functionality of the KML 2.2 AddOn by adding support for time dependant data. Any KML files that contain timestamps or time spans can be simulated.
The simulation of time-data is unconventional with regard to other AddOns. The simulator models of this AddOn will not create a new layer for every KML file that contains dynamic data. Instead it will alter the time filters of the existent models.
Due to restrictions in the KML file format, it is not possible to simulate multiple layers with the same KML model in different views with the same previewer bar.
Note: The TLcyKML22AddOn
must be loaded for this AddOn to work
- Since:
- 10.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
plugInto
(ILcyLucyEnv aLucyEnv) Plugs this addon into the given lucy environment.void
unplugFrom
(ILcyLucyEnv aLucyEnv) Unplugs this addon from the given Lucy environment.Methods inherited from class com.luciad.lucy.addons.ALcyAddOn
getConfigSourceName, getDisplayName, setConfigSourceName, setDisplayName
-
Constructor Details
-
TLcyKML22RealtimeAddOn
public TLcyKML22RealtimeAddOn()
-
-
Method Details
-
plugInto
Description copied from class:ALcyAddOn
Plugs this addon into the given lucy environment. It is in the implementation of this method that the addon adds its functionality to the Lucy backend. -
unplugFrom
Description copied from class:ALcyAddOn
Unplugs this addon from the given Lucy environment. It removes the functionality previously added to the Lucy backend.- Specified by:
unplugFrom
in classALcyAddOn
- Parameters:
aLucyEnv
- The lucy environment to unplug from.- See Also:
-