Uses of Class
com.luciad.lucy.gui.ALcyGUIFactory
Package
Description
This package provides a new, highly configurable data format.
This package contains the default toolbar for editing drawing models used in the drawing add on.
This package provides the
TLcyLspDrawingAddOn
.This package contains the default toolbar factory for editing drawing models on a Lightspeed view.
Provides the addon that supports the KML 2.2 format.
This package provides the
TLcyLspMapAddOn
, which is the
Lightspeed counterpart of the TLcyMapAddOn.
Terrain analysis add-on for contour calculations.
Terrain analysis add-on for extreme point calculations.
Terrain analysis add-on for hypsometry calculations.
Terrain analysis add-on for line-of-sight coverages.
Terrain analysis add-on for viewsheds.
Terrain analysis add-on for visibility calculations.
Contains a broad range of classes related to the visual representation of a map.
-
Uses of ALcyGUIFactory in com.luciad.lucy.addons.drawing.format
Modifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyDrawingFormat.createGUIFactory()
Creates the factory that creates the content for theALcyFormatBar
. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.drawing.gui
Modifier and TypeClassDescriptionclass
ALcyDrawingToolBarFactory<S extends ILcdView & ILcdTreeLayered,
T extends ILcdLayer> Abstract base class to create the default tool bar for editing a drawing model.class
GXY version of theALcyDrawingToolBarFactory
. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.drawing.lightspeed
Modifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyLspDrawingFormat.createGUIFactory()
Creates the factory that creates the content for theALcyFormatBar
. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.drawing.lightspeed.gui
-
Uses of ALcyGUIFactory in com.luciad.lucy.addons.kml22
Modifier and TypeClassDescriptionclass
The main GUI Factory for theTLcyKML22AddOn
.Modifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyKML22AddOn.createGUIFactory()
Creates theALcyGUIFactory
responsible for creating all the components of the KML model content treeTLcyKML22AddOn.getGUIFactory()
Returns theALcyGUIFactory
created inTLcyKML22AddOn.createGUIFactory()
-
Uses of ALcyGUIFactory in com.luciad.lucy.addons.lspmap
Modifier and TypeMethodDescriptionprotected ALcyGUIFactory
<ILcyLspMapComponent> TLcyLspMapAddOn.createGUIFactory
(String aMapComponentType) Returns a newALcyGUIFactory
for a specific map component type. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.contour
Modifier and TypeClassDescriptionclass
Determines the GUI elements to add to the contour application pane.Modifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyContourAddOn.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.extremepoint
Modifier and TypeClassDescriptionclass
Determines the GUI elements to add to the extreme points application pane.Modifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyExtremePointAddOn.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.hypsometry
Modifier and TypeClassDescriptionclass
Determines the GUI elements to add to the hypsometry application pane.Modifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyHypsometryAddon.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.loscoverage
Modifier and TypeClassDescriptionclass
Determines the GUI elements to add to the line-of-sight coverage application pane.Modifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyLOSCoverageAddOn.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.viewshed
Modifier and TypeClassDescriptionclass
Determines the GUI elements to add to the viewshed application pane.Modifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyViewshedAddOn.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.addons.tea.visibility
Modifier and TypeClassDescriptionclass
Determines the GUI elements to add to the visibility application pane.Modifier and TypeMethodDescriptionprotected ALcyGUIFactory
<Component> TLcyVisibilityAddOn.createGUIFactory()
Returns a new GUI factory for this add-on. -
Uses of ALcyGUIFactory in com.luciad.lucy.map.lightspeed
Modifier and TypeClassDescriptionclass
Factory for the creation of Lightspeed map components.class
Factory to create aTLcyLspMapLayerControl
for a givenTLcyLspMapComponent
.