Uses of Class
com.luciad.lucy.map.TLcyMapComponent
Packages that use TLcyMapComponent
Package
Description
Provides various addons that add support for 2D maps; the most important addon is the TLcyMapAddOn.
Contains a broad range of classes related to the visual represention of a map.
-
Uses of TLcyMapComponent in com.luciad.lucy.addons.map
Methods in com.luciad.lucy.addons.map with parameters of type TLcyMapComponentModifier and TypeMethodDescriptionprotected ILcdActionTLcyMapOverviewComponentFactory.createAction(int aID, TLcyMapComponent aMapComponent) Override: don't create the delete selection and edit current projection actions.protected ILcyActiveSettableTLcyMapOverviewComponentFactory.createActiveSettable(int aID, TLcyMapComponent aMapComponent) OverwritescreateActiveSettableto create an active settable for LAYER_CONTROL_VISIBLE_ACTIVE_SETTABLE as well.protected ComponentTLcyMapOverviewComponentFactory.createComponent(int aID, TLcyMapComponent aMapComponent) Override: Don't create status bar.protected ContainerTLcyMapOverviewComponentFactory.createContainer(int aID, TLcyMapComponent aMapComponent) protected ILcdGXYControllerTLcyMapOverviewComponentFactory.createGXYController(int aID, TLcyMapComponent aMapComponent) Override:Create combined controller and overview controller.protected ILcyActiveSettableTLcyMapOverviewComponentFactory.createGXYControllerActiveSettable(int aID, ILcdGXYController aController, TLcyMapComponent aMapComponent) protected ILcdGXYLayerTLcyMapOverviewComponentFactory.createGXYLayer(int aID, TLcyMapComponent aMapComponent) Override: create grid layer without labels and create overview layer.protected ILcdGXYViewTLcyMapOverviewComponentFactory.createGXYView(TLcyMapComponent aMapComponent) protected ILcdBoundsTLcyMapOverviewComponentFactory.createInitialMapBounds(TLcyMapComponent aMapComponent) protected StringTLcyMapOverviewComponentFactory.createMapName(TLcyMapComponent aMapComponent) protected ILcyMenuBarTLcyMapOverviewComponentFactory.createMenuBar(TLcyMapComponent aMapComponent) Override: returns null if 'map_overview.create_toolbar' is false.protected ILcyToolBarTLcyMapOverviewComponentFactory.createRightToolBar(TLcyMapComponent aMapComponent) protected ILcyToolBarTLcyMapOverviewComponentFactory.createToolBar(TLcyMapComponent aMapComponent) Override: returns null if 'map_overview.create_toolbar' is false.protected voidTLcyMapOverviewComponentFactory.finalizeCreation(TLcyMapComponent aMapComponent) protected voidTLcyMapOverviewComponentFactory.insertActionInMenu(int aID, ILcdAction aAction, TLcyMapComponent aMapComponentSFCT) protected voidTLcyMapOverviewComponentFactory.insertActionInToolBar(int aID, ILcdAction aAction, TLcyMapComponent aMapComponentSFCT) Inserts the given action with the given ID in the toolbar of the given map.protected voidTLcyMapOverviewComponentFactory.insertActiveSettableInMenu(int aID, ILcyActiveSettable aActiveSettable, TLcyMapComponent aMapComponentSFCT) protected voidTLcyMapOverviewComponentFactory.insertActiveSettableInToolBar(int aID, ILcyActiveSettable aActiveSettable, TLcyMapComponent aMapComponentSFCT) Inserts the given active settable into the toolbar of the given map component.protected voidTLcyMapOverviewComponentFactory.insertComponent(int aID, Component aComponent, TLcyMapComponent aMapComponentSFCT) -
Uses of TLcyMapComponent in com.luciad.lucy.map
Methods in com.luciad.lucy.map that return TLcyMapComponentModifier and TypeMethodDescriptionprotected TLcyMapComponentTLcyMapComponentFactory.createEmptyMapComponent()Creates an empty (uninitialized) map component.TLcyMapLayerControl.getMapComponent()Returns the map component this layer control operates on.Methods in com.luciad.lucy.map with parameters of type TLcyMapComponentModifier and TypeMethodDescriptionprotected ILcdActionTLcyMapComponentFactory.createAction(int aID, TLcyMapComponent aMapComponent) Creates an action for the given ID.protected ILcyActiveSettableTLcyMapComponentFactory.createActiveSettable(int aID, TLcyMapComponent aMapComponent) Creates an active settable for the given ID.protected ALcdBalloonManagerTLcyMapComponentFactory.createBalloonManager(TLcyMapComponent aMapComponent) Creates the balloon manager foraMapComponent.protected ComponentTLcyMapComponentFactory.createComponent(int aID, TLcyMapComponent aMapComponent) Creates a component for the given ID.protected ContainerTLcyMapComponentFactory.createContainer(int aID, TLcyMapComponent aMapComponent) Creates a container for the given ID.protected TLcyMapLayerControlTLcyMapLayerControlFactory.createEmptyMapLayerControl(TLcyMapComponent aMapComponent) Creates an empty layer control, without any content, buttons or panels.protected ILcdGXYControllerTLcyMapComponentFactory.createGXYController(int aID, TLcyMapComponent aMapComponent) Creates aILcdGXYControllerfor the given ID.protected ILcyActiveSettableTLcyMapComponentFactory.createGXYControllerActiveSettable(int aID, ILcdGXYController aController, TLcyMapComponent aMapComponent) Creates an active settable to toggle the given controller.protected ILcdGXYLayerTLcyMapComponentFactory.createGXYLayer(int aID, TLcyMapComponent aMapComponent) Creates a layer for the given ID.protected ILcyGXYLayerOrderManagerTLcyMapComponentFactory.createGXYLayerOrderManager(TLcyMapComponent aMapComponent) Creates the layer ordering algorithm.protected ILcdGXYViewTLcyMapComponentFactory.createGXYView(TLcyMapComponent aMapComponent) Creates the mainILcdGXYViewfor the given map component.protected ILcdIconTLcyMapComponentFactory.createIcon(int aID, TLcyMapComponent aMapComponent) Creates a icon for the given ID.protected ILcdBoundsTLcyMapComponentFactory.createInitialMapBounds(TLcyMapComponent aMapComponent) Create the initial bounds for the map in the WGS 84 reference system.protected StringTLcyMapComponentFactory.createMapName(TLcyMapComponent aMapComponent) Creates a map name for the given map.protected ILcyMenuBarTLcyMapComponentFactory.createMenuBar(TLcyMapComponent aMapComponent) Creates a menu bar for the given map component.protected ILcyToolBarTLcyMapComponentFactory.createOnMapActionBar(TLcyMapComponent aMapComponent) Creates a on map action bar for the given map component.protected ILcyPopupMenuTLcyMapComponentFactory.createPopupMenu(TLcyMapComponent aMapComponent) Create a popup menu for the given map component.protected ILcyToolBarTLcyMapComponentFactory.createRightToolBar(TLcyMapComponent aMapComponent) Creates a tool bar for the given map component, which will be placed on the north-east side by default.protected ILcdLayerTreeNodeTLcyMapComponentFactory.createRootNode(TLcyMapComponent aMapComponent) Creates the root node of theILcdTreeLayeredSupportcreated byTLcyMapComponentFactory.createTreeLayeredSupport(TLcyMapComponent).protected ILcyToolBarTLcyMapComponentFactory.createStatusBar(TLcyMapComponent aMapComponent) Creates a status bar for the given map component.protected ILcyToolBarTLcyMapComponentFactory.createToolBar(TLcyMapComponent aMapComponent) Creates a toolbar for the given map component.protected ILcdTreeLayeredSupportTLcyMapComponentFactory.createTreeLayeredSupport(TLcyMapComponent aMapComponent) Creates theILcdTreeLayeredSupportused to store the layers of the view created byTLcyMapComponentFactory.createGXYView(TLcyMapComponent).protected voidTLcyMapComponentFactory.finalizeCreation(TLcyMapComponent aMapComponent) Method called to finalize the creation process.protected voidTLcyMapComponentFactory.insertActionInMenu(int aID, ILcdAction aAction, TLcyMapComponent aMapComponentSFCT) Inserts the given action with the given ID in the menu bar of the given map.protected voidTLcyMapComponentFactory.insertActionInPopupMenu(int aID, ILcdAction aAction, TLcyMapComponent aMapComponentSFCT) Inserts the given action with the given ID in the popup menu of the given map.protected voidTLcyMapComponentFactory.insertActiveSettableInMenu(int aID, ILcyActiveSettable aActiveSettable, TLcyMapComponent aMapComponentSFCT) Inserts the given active settable into the menu bar of the given map component.protected voidTLcyMapComponentFactory.insertActiveSettableInToolBar(int aID, ILcyActiveSettable aActiveSettable, TLcyMapComponent aMapComponentSFCT) Inserts the given active settable into the toolbar of the given map component.protected voidTLcyMapComponentFactory.insertComponent(int aID, Component aComponent, TLcyMapComponent aMapComponentSFCT) Inserts the given component into the given map component.protected voidTLcyMapComponentFactory.insertContainer(int aID, Container aContainer, TLcyMapComponent aMapComponentSFCT) Inserts the given container into the given map component.protected voidTLcyMapComponentFactory.insertGXYController(int aID, ILcdGXYController aGXYController, TLcyMapComponent aMapComponentSFCT) Inserts the given controller into the given map component.protected voidTLcyMapComponentFactory.insertGXYLayer(int aID, ILcdGXYLayer aGXYLayer, TLcyMapComponent aMapComponentSFCT) Inserts the given layer into the given map component.protected voidTLcyMapComponentFactory.insertIcon(int aID, ILcdIcon aIcon, TLcyMapComponent aMapComponentSFCT) Inserts the given icon into the given map component.protected voidTLcyMapComponentFactory.setGXYLayerOrderManager(ILcyGXYLayerOrderManager aLayerOrderManager, TLcyMapComponent aMapComponentSFCT) Sets the givenILcyGXYLayerOrderManagerto the givenTLcyMapComponent.protected voidTLcyMapComponentFactory.setGXYView(ILcdGXYView aGXYView, TLcyMapComponent aMapComponentSFCT) Sets the given gxy view to the given map component.protected voidTLcyMapComponentFactory.setInitialMapBounds(ILcdBounds aBounds, TLcyMapComponent aMapComponentSFCT) Sets the given bounds as the current bounds to the given map componentvoidTLcyMapLayerControl.setMapComponent(TLcyMapComponent aMapComponent) Sets the map component this layer control operates on.protected voidTLcyMapComponentFactory.setMapName(String aMapName, TLcyMapComponent aMapComponent) Sets the given name as the map name of the given map component.protected voidTLcyMapComponentFactory.setMenuBar(ILcyMenuBar aMenuBar, TLcyMapComponent aMapComponentSFCT) Sets the given menu bar to the given map component.protected voidTLcyMapComponentFactory.setPopupMenu(ILcyPopupMenu aPopupMenu, TLcyMapComponent aMapComponentSFCT) Sets the given popup menu to the given map component.protected voidTLcyMapComponentFactory.setRightToolBar(ILcyToolBar aRightToolBar, TLcyMapComponent aMapComponentSFCT) Sets the given tool bar to the given map component.protected voidTLcyMapComponentFactory.setToolBar(ILcyToolBar aToolBar, TLcyMapComponent aMapComponentSFCT) Sets the given toolbar to the given map component.Constructors in com.luciad.lucy.map with parameters of type TLcyMapComponentModifierConstructorDescriptionTLcyMapLayerControl(TLcyMapComponent aMapComponent) Creates a newTLcyMapLayerControlaccording to the given construction options.