Uses of Class
com.luciad.lucy.util.preferences.TLcyPreferencesTool
Package
Description
Provides the classes that define the interface for add-ons and how they are created.
Provides the addon that supports the AIXM format.
Provides the addon that supports the Arinc format.
Provides the addon to decode and display ASTERIX data within Lucy.
The drawing add-on provides Lucy with the functionality to draw SLD styled shapes on the map and
editing and/or saving these drawings afterwards.
This package provides the
TLcyLspDrawingAddOn
.This package provides an add-on allowing to visualize LASer data on a Lightspeed map.
Package which provides the add-on responsible for creating an
ALcyLspStyleRepository
object.
Terrain analysis add-on for profile views.
Provides support facilities for working with preferences and configuration.
-
Uses of TLcyPreferencesTool in com.luciad.lucy.addons
Modifier and TypeMethodDescriptionprotected TLcyPreferencesTool
ALcyPreferencesAddOn.createPreferencesTool()
Creates theTLcyPreferencesTool
to be used by this add-on.ALcyPreferencesAddOn.getPreferencesTool()
Returns the preferences tool used by the add-on. -
Uses of TLcyPreferencesTool in com.luciad.lucy.addons.aixm
Modifier and TypeMethodDescriptionprotected TLcyPreferencesTool
TLcyAIXMAddOn.createPreferencesTool()
-
Uses of TLcyPreferencesTool in com.luciad.lucy.addons.arinc
Modifier and TypeMethodDescriptionprotected TLcyPreferencesTool
TLcyARINCAddOn.createPreferencesTool()
-
Uses of TLcyPreferencesTool in com.luciad.lucy.addons.asterix
Modifier and TypeMethodDescriptionprotected TLcyPreferencesTool
TLcyASTERIXDecoderAddOn.createPreferencesTool()
-
Uses of TLcyPreferencesTool in com.luciad.lucy.addons.drawing
Modifier and TypeMethodDescriptionprotected TLcyPreferencesTool
TLcyDrawingAddOn.createPreferencesTool()
-
Uses of TLcyPreferencesTool in com.luciad.lucy.addons.drawing.lightspeed
Modifier and TypeMethodDescriptionprotected TLcyPreferencesTool
TLcyLspDrawingAddOn.createPreferencesTool()
-
Uses of TLcyPreferencesTool in com.luciad.lucy.addons.las.lightspeed
Modifier and TypeMethodDescriptionprotected TLcyPreferencesTool
TLcyLspLASFormatAddOn.createPreferencesTool()
-
Uses of TLcyPreferencesTool in com.luciad.lucy.addons.stylerepository.lightspeed
Modifier and TypeMethodDescriptionprotected TLcyPreferencesTool
TLcyLspStyleRepositoryAddOn.createPreferencesTool()
-
Uses of TLcyPreferencesTool in com.luciad.lucy.addons.tea.controller
Modifier and TypeMethodDescriptionTLcyTEAControllerAddOn.getPreferencesTool()
Returns the preferences tool used by the add-on. -
Uses of TLcyPreferencesTool in com.luciad.lucy.util.preferences
ModifierConstructorDescriptionprotected
ALcyPreferencesPropertyConverter
(TLcyPreferencesTool aPreferencesTool)