Uses of Class
com.luciad.view.gxy.controller.ALcdGXYController
Package
Description
Contains painters and icons for visualizing GRIB data.
Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
Contains all classes for terrain elevation analysis.
Controllers for 2D views.
Touch controllers for the 2D view.
Utilities for making maps.
-
Uses of ALcdGXYController in com.luciad.format.grib.gxy
Modifier and TypeClassDescriptionclass
Deprecated.For newer code, consider using TLcdGXYViewMeasureProvider, which is a more general approach for retrieving measured values at a particular point. -
Uses of ALcdGXYController in com.luciad.format.magneticnorth.gxy
Modifier and TypeClassDescriptionclass
When active on aILcdGXYView
, thisILcdController
will catch each mouseClicked and try to modify the properties of theILcdProjection
currently on theILcdGXYView
accordingly. -
Uses of ALcdGXYController in com.luciad.tea
Modifier and TypeClassDescriptionclass
AILcdGXYController
implementation that contains information on the altitude of terrain beneath the position of the mouse over the view.class
Extension ofTLcdAdvancedMapRulerController
which takes into account underlying terrain for distance calculations. -
Uses of ALcdGXYController in com.luciad.view.gxy.controller
Modifier and TypeClassDescriptionclass
ILcdGXYChainableController that implementsstartInteraction
,terminateInteraction
andpaint
to call a corresponding implementation ( seeALcdGXYChainableController.startInteractionImpl(com.luciad.view.gxy.ILcdGXYView)
,ALcdGXYChainableController.terminateInteractionImpl(com.luciad.view.gxy.ILcdGXYView)
andALcdGXYChainableController.paintImpl(java.awt.Graphics)
) and then call the same method in the next controller.class
AbstractILcdGXYController
that adds panning and/or zooming behavior during sub-class specific mouse interactions.class
Deprecated.TLcdGXYZoomWheelController features a more intuitive way tosnap
to raster and multilevel raster scales.class
Deprecated.TLcdGXYPanController features a more intuitive way (without the mentioned restrictions) topan continuously
.class
This is anILcdGXYController
that interprets mouse events for dragging a rectangle on aILcdGXYView
.class
Deprecated.as of version 10.0.class
Extension ofTLcdGXYSelectController2
that adds editing capabilities to it.class
Controller that shows aComponent
when the mouse moves over a label, to make the label interactive.class
AMagnifierController
is anILcdGXYController
to magnify an area of a givenILcdGXYView
around the location where a mouse button is pressed.final class
Mouse controller to navigate on a GXY map.class
Deprecated.For new code, we recommend using the more flexible and powerfulTLcdGXYNewController2
.class
Controller to interactively create and initialize domain objects using mouse clicks or mouse drags.class
This is a no operation implementation ofILcdGXYController
.class
ThisILcdGXYController
allows to fit one "slave"ILcdGXYView
into a rectangle painted on theILcdGXYView
thisILcdGXYController
is interacting with (the "master"ILcdGXYView
).class
Deprecated.TLcdGXYNavigateController
has more intuitive navigation behaviorclass
Rotates the view around its center when dragging the mouse.class
Deprecated.as of version 10.0.class
Controller that allows the user to select domain objects in the view using the mouse.class
TheTLcdGXYZoomController
can be used for performing a zoom in or zoom out on anILcdGXYView
.class
Provides scroll wheel zoom support. -
Uses of ALcdGXYController in com.luciad.view.gxy.controller.touch
Modifier and TypeClassDescriptionclass
Extension ofALcdGXYTouchChainableController
confining the range of handled touch points based on a minimum and maximum.class
Extension ofALcdGXYChainableController
forTLcdTouchEvent
instances.class
Touch controller to navigate on a 2D map.class
Controller to interactively create and initialize domain objects using touches or drag gestures.class
A touch controller combining selection and editing behaviour.class
ThisILcdGXYController
serves the purpose of performing measurements on anILcdGXYView
. -
Uses of ALcdGXYController in com.luciad.view.map
Modifier and TypeClassDescriptionclass
ThisILcdGXYController
serves the purpose of performing measurements on anILcdGXYView
.class
ThisILcdGXYController
interprets mouse events for displaying an azimuth direction and an azimuth range.class
Deprecated.class
Deprecated.