Uses of Class
com.luciad.gui.ALcdAction
Package
Description
Basic functionality for introspection.
This package and its subpackagesprovides classes for visualizing KML data on both 2D and 3D maps.
This package provides classes for visualizing KML data on 2D maps.
This package provides classes for visualizing KML data on Lightspeed maps.
GUI aspects independent of any chosen windows API.
Contains support classes for handling TLcdStatusEvent's in an application.
Provides actions that have a relationship with a map.
Provides actions that have a relationship with a Lightspeed map.
Model interfaces
Contains all classes for terrain elevation analysis.
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides various actions that affect an
ILspView
.Utilities for making maps.
-
Uses of ALcdAction in com.luciad.beans
Modifier and TypeClassDescriptionclass
Deprecated.Use a UI builder (e.g.class
Deprecated.Use a UI builder (e.g. -
Uses of ALcdAction in com.luciad.format.kml22.view
Modifier and TypeClassDescriptionclass
An abstract class that defines a common interface for fit-to-object actions in KML 2.2 -
Uses of ALcdAction in com.luciad.format.kml22.view.gxy
Modifier and TypeClassDescriptionclass
An implementation ofALcdKML22ViewFitAction
. -
Uses of ALcdAction in com.luciad.format.kml22.view.lightspeed
Modifier and TypeClassDescriptionclass
A view fit action for KML features in aILspView
. -
Uses of ALcdAction in com.luciad.gui
Modifier and TypeClassDescriptionclass
Deprecated.use your own UI insteadclass
An action that performs no operation.class
ThisILcdAction
prints the contents of a givenComponent
.class
class
-
Uses of ALcdAction in com.luciad.lucy.gui.status
Modifier and TypeClassDescriptionclass
Action to interrupt the current task usingThread#interrupt
. -
Uses of ALcdAction in com.luciad.lucy.map.action
Modifier and TypeClassDescriptionclass
ALcyCreateLayersAction<S extends ILcdView & ILcdTreeLayered,
T extends ILcdLayer> Abstract base class to create and add layers onto anILcyGenericMapComponent
.class
ALcyObjectSelectionAction<S extends ILcdView & ILcdTreeLayered>
Deprecated.UseALcdObjectSelectionAction
instead.class
class
Action that creates a newILcyMapComponent
. -
Uses of ALcdAction in com.luciad.lucy.map.action.lightspeed
Modifier and TypeClassDescriptionclass
-
Uses of ALcdAction in com.luciad.model
Modifier and TypeClassDescriptionclass
ThisILcdAction
is anILcdModelProducer
.class
ThisILcdAction
saves anILcdModel
. -
Uses of ALcdAction in com.luciad.tea
Modifier and TypeClassDescriptionclass
Deprecated.As of 2023.0, this class has been deprecated. -
Uses of ALcdAction in com.luciad.view
Modifier and TypeClassDescriptionclass
Action that works on the current map selection.class
AnILcdAction
that deletes all objects that were selected in aILcdLayer
from their respectiveILcdModel
.class
This is anILcdAction
that changes the position of a givenILcdLayer
in anILcdLayered
.class
This is anILcdAction
that removes a givenILcdLayer
from anILcdLayered
.. -
Uses of ALcdAction in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
When triggered thisILcdAction
changes the origin and scale of a givenILcdGXYView
to either fit to the model bounds set or, in case the bounds set is null to fit to the combined bounds of all the objects contained in the layer set.class
Action to fit all selected objects of a view within the view clip.class
When triggered (actionPerformed), thisILcdAction
sets a givenILcdGXYController
on a givenILcdGXYView
.class
Makes the representations of all Objects that belong to one or moreILcdGXYLayer
s fit into the containingILcdGXYView
.class
This is aILcdAction
(i.e. an ActionListener) for panning aILcdGXYView
of [deltaX,deltaY] in screen coordinates.class
This is aILcdAction
(i.e. an ActionListener) for zooming aILcdGXYView
of a given zoom factor.class
ThisILcdAction
will save the content of anILcdGXYView
set as a property into a GIF File. -
Uses of ALcdAction in com.luciad.view.lightspeed.action
Modifier and TypeClassDescriptionclass
-
Uses of ALcdAction in com.luciad.view.map
Modifier and TypeClassDescriptionclass
Deprecated.use the SetProjectionAction provided in the projection sample