Uses of Interface
com.luciad.lucy.map.ILcyGenericMapComponent
Packages that use ILcyGenericMapComponent
Package
Description
This package contains the core of Lucy: the
back-end, which
is the central point of Lucy where addons can add functionality to
extend Lucy, and the default front-end.This package contains the default toolbar for editing drawing models used in the drawing add on.
This add-on provides one menu/tool bar item that enables/disables the presence of a container
for ALcyFormatBars, located at the bottom of the ILcyMapComponent (location is configurable).
This package provides an add-on which provides support for visualizing Georef grid layers
on a Lightspeed map.
This package provides an add-on which provides support for visualizing grid layers
on a Lightspeed map.
This package provides an add-on which provides support for visualizing MGRS grid layers
on a Lightspeed map.
This package provides an add-on which provides support for visualizing XY grid layers
on a Lightspeed map.
Provides the addon that offers printing support to Lucy.
Provides the addon that allows to customize/inspect the selected object.
Contains a broad range of classes related to the visual represention of a map.
Provides actions that have a relationship with a map.
Provides actions that have a relationship with a Lightspeed map.
This package provides generic linkers for the camera linking.It is used by the
package com.luciad.lucy.addons.cameralinking.
Contains a broad range of classes related to the visual representation of a map.
-
Uses of ILcyGenericMapComponent in com.luciad.lucy
Methods in com.luciad.lucy that return ILcyGenericMapComponentModifier and TypeMethodDescriptionILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> TLcyDataSourceEvent.getMapComponent()Returns theILcyGenericMapComponentset in the constructor.Methods in com.luciad.lucy that return types with arguments of type ILcyGenericMapComponentModifier and TypeMethodDescriptionabstract List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> TLcyDataFormatManager.ALcyMapComponentChooser.chooseMapComponent(ILcdDataSource aSource, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aFailedMapComponent, List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> aMapComponentsToChooseFrom, ILcdModelDecoder[] aModelDecoders, Component aParentComponent) Chooses theILcyGenericMapComponent(s) to use for the givenaSourceout of the list of given map components.abstract List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> TLcyDataFormatManager.ALcyMapComponentChooser.chooseMapComponent(String aSourceName, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aFailedMapComponent, List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> aMapComponentsToChooseFrom, ILcdModelDecoder[] aModelDecoders, ALcyFileTypeDescriptor[] aModelDecoderFileTypeDescriptors, ALcyDataSourceHandler[] aDataSourceHandlers, ALcyFileTypeDescriptor[] aDataSourceHandlerFileTypeDescriptors, ALcyFileTypeDescriptor aSelectedFileTypeDescriptor, Component aParentComponent) Chooses theILcyGenericMapComponent(s) to use for the givenaSourceNameout of the list of given map components.Methods in com.luciad.lucy with parameters of type ILcyGenericMapComponentModifier and TypeMethodDescriptionabstract ILcdModelDecoderTLcyDataFormatManager.ALcyHandlerChooser.chooseDataSourceDecoder(ILcdDataSource aSource, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, ILcdModelDecoder[] aModelDecoders, Component aParentComponent) Chooses theILcdModelDecoderto use for the givenaDataSourceout of the list of given decoders.abstract ObjectTLcyDataFormatManager.ALcyHandlerChooser.chooseHandler(String aSourceName, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, ILcdModelDecoder[] aModelDecoders, ALcyFileTypeDescriptor[] aModelDecoderFileTypeDescriptors, ALcyDataSourceHandler[] aDataSourceHandlers, ALcyFileTypeDescriptor[] aDataSourceHandlerFileTypeDescriptors, ALcyFileTypeDescriptor aSelectedFileTypeDescriptor, Component aParentComponent) Chooses theILcdModelDecoderorALcyDataSourceHandlerto use for the given aSourceName out of the list of given handlers.abstract List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> TLcyDataFormatManager.ALcyMapComponentChooser.chooseMapComponent(ILcdDataSource aSource, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aFailedMapComponent, List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> aMapComponentsToChooseFrom, ILcdModelDecoder[] aModelDecoders, Component aParentComponent) Chooses theILcyGenericMapComponent(s) to use for the givenaSourceout of the list of given map components.abstract List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> TLcyDataFormatManager.ALcyMapComponentChooser.chooseMapComponent(String aSourceName, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aFailedMapComponent, List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> aMapComponentsToChooseFrom, ILcdModelDecoder[] aModelDecoders, ALcyFileTypeDescriptor[] aModelDecoderFileTypeDescriptors, ALcyDataSourceHandler[] aDataSourceHandlers, ALcyFileTypeDescriptor[] aDataSourceHandlerFileTypeDescriptors, ALcyFileTypeDescriptor aSelectedFileTypeDescriptor, Component aParentComponent) Chooses theILcyGenericMapComponent(s) to use for the givenaSourceNameout of the list of given map components.voidTLcyDataFormatManager.handleDataSources(ILcdDataSource[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, ILcdModelDecoder[] aModelDecoders, Component aParentComponent) Opens the data represented byaDataSourcesonaMapComponentby using all theILcdModelDecoders inaModelDecoders.voidTLcyDataFormatManager.handleDataSources(ILcdDataSource[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, Component aParentComponent) Opens the data represented byaDataSourcesonaMapComponentby using all theILcdModelDecoders that are registered on the Lucy back-end.voidTLcyDataFormatManager.handleDataSources(String[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, ALcyFileTypeDescriptor aSelectedFileTypeDescriptor, Component aParentComponent) Opens the data represented byaDataSourcesonaMapComponentby using all theILcdModelDecoders andALcyDataSourceHandlers that are registered on the Lucy back-end.voidTLcyDataFormatManager.handleDataSources(String[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, ILcdModelDecoder[] aModelDecoders, ALcyFileTypeDescriptor[] aModelDecoderFileTypeDescriptors, ALcyDataSourceHandler[] aDataSourceHandlers, ALcyFileTypeDescriptor[] aDataSourceHandlerFileTypeDescriptors, ALcyFileTypeDescriptor aSelectedFileTypeDescriptor, Component aParentComponent) Opens the data represented byaDataSourcesonaMapComponentby using theILcdModelDecoders inaModelDecodersand theALcyDataSourceHandlers inaDataSourceHandlers.Method parameters in com.luciad.lucy with type arguments of type ILcyGenericMapComponentModifier and TypeMethodDescriptionabstract List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> TLcyDataFormatManager.ALcyMapComponentChooser.chooseMapComponent(ILcdDataSource aSource, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aFailedMapComponent, List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> aMapComponentsToChooseFrom, ILcdModelDecoder[] aModelDecoders, Component aParentComponent) Chooses theILcyGenericMapComponent(s) to use for the givenaSourceout of the list of given map components.abstract List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> TLcyDataFormatManager.ALcyMapComponentChooser.chooseMapComponent(String aSourceName, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aFailedMapComponent, List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> aMapComponentsToChooseFrom, ILcdModelDecoder[] aModelDecoders, ALcyFileTypeDescriptor[] aModelDecoderFileTypeDescriptors, ALcyDataSourceHandler[] aDataSourceHandlers, ALcyFileTypeDescriptor[] aDataSourceHandlerFileTypeDescriptors, ALcyFileTypeDescriptor aSelectedFileTypeDescriptor, Component aParentComponent) Chooses theILcyGenericMapComponent(s) to use for the givenaSourceNameout of the list of given map components.Constructors in com.luciad.lucy with parameters of type ILcyGenericMapComponentModifierConstructorDescriptionTLcyDataSourceEvent(Object source, int aID, ILcdDataSource[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aGeneralMapComponent) Creates a newTLcyDataSourceEvent.TLcyDataSourceEvent(Object source, int aID, String[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aGeneralMapComponent) Creates a newTLcyDataSourceEvent. -
Uses of ILcyGenericMapComponent in com.luciad.lucy.addons.drawing.gui
Methods in com.luciad.lucy.addons.drawing.gui that return ILcyGenericMapComponentModifier and TypeMethodDescriptionprotected ILcyGenericMapComponent<S, T> ALcyDrawingToolBarFactory.getMapComponent(ALcyProperties aProperties) Convenience method to return the map component contained in the properties with keyALcyDrawingToolBarFactory.getMapComponentPropertiesKey(). -
Uses of ILcyGenericMapComponent in com.luciad.lucy.addons.formatbar
Methods in com.luciad.lucy.addons.formatbar with parameters of type ILcyGenericMapComponentModifier and TypeMethodDescriptionfinal ILcyActiveSettableTLcyFormatBarAddOn.getFormatBarActiveSettableForMap(ILcyGenericMapComponent<?, ?> aMapComponent) Returns theILcyActiveSettablewhich can be used to show or hide the format bar on the specified map. -
Uses of ILcyGenericMapComponent in com.luciad.lucy.addons.grid.georef.lightspeed
Methods in com.luciad.lucy.addons.grid.georef.lightspeed with parameters of type ILcyGenericMapComponentModifier and TypeMethodDescriptionfinal ILcdActionTLcyLspGeorefGridAddOn.getAddGridActionForMap(ILcyGenericMapComponent<?, ?> aMapComponent) Returns theILcdActionwhich can be used to add a georef grid on the specified map. -
Uses of ILcyGenericMapComponent in com.luciad.lucy.addons.grid.lightspeed
Methods in com.luciad.lucy.addons.grid.lightspeed with parameters of type ILcyGenericMapComponentModifier and TypeMethodDescriptionfinal ILcdActionTLcyLspGridAddOn.getAddGridActionForMap(ILcyGenericMapComponent<?, ?> aMapComponent) Returns theILcdActionwhich can be used to add a lon-lat grid on the specified map. -
Uses of ILcyGenericMapComponent in com.luciad.lucy.addons.grid.mgrs.lightspeed
Methods in com.luciad.lucy.addons.grid.mgrs.lightspeed with parameters of type ILcyGenericMapComponentModifier and TypeMethodDescriptionfinal ILcdActionTLcyLspMGRSGridAddOn.getAddGridActionForMap(ILcyGenericMapComponent<?, ?> aMapComponent) Returns theILcdActionwhich can be used to add a MGRS grid on the specified map. -
Uses of ILcyGenericMapComponent in com.luciad.lucy.addons.grid.xy.lightspeed
Methods in com.luciad.lucy.addons.grid.xy.lightspeed with parameters of type ILcyGenericMapComponentModifier and TypeMethodDescriptionfinal ILcdActionTLcyLspXYGridAddOn.getAddGridActionForMap(ILcyGenericMapComponent<?, ?> aMapComponent) Returns theILcdActionwhich can be used to add an XY grid on the specified map. -
Uses of ILcyGenericMapComponent in com.luciad.lucy.addons.print
Classes in com.luciad.lucy.addons.print with type parameters of type ILcyGenericMapComponentModifier and TypeClassDescriptionclassCreates an AWT component meant for printing the contents of a map. -
Uses of ILcyGenericMapComponent in com.luciad.lucy.addons.selectioneditor
Methods in com.luciad.lucy.addons.selectioneditor with parameters of type ILcyGenericMapComponentModifier and TypeMethodDescriptionvoidTLcySelectionEditorAddOn.setActiveOnMapComponent(boolean aActive, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent) Activates or deactivates the selection editor add-on for the given map component. -
Uses of ILcyGenericMapComponent in com.luciad.lucy.map
Subinterfaces of ILcyGenericMapComponent in com.luciad.lucy.mapModifier and TypeInterfaceDescriptioninterfaceAnILcyMapComponentis anILcyGenericMapComponentforILcdGXYView(a flat map).Classes in com.luciad.lucy.map that implement ILcyGenericMapComponentMethods in com.luciad.lucy.map that return ILcyGenericMapComponentModifier and TypeMethodDescriptionfinal ILcyGenericMapComponentTLcyCombinedMapManager.findMapComponent(ILcdView aView) Returns the map component of whichgetMainView()returnsaView.TLcyCombinedMapManager.getActiveMapComponent()Returns the application wide active map component.TLcyGenericMapManager.getActiveMapComponent()Returns null, or the activeILcyGenericMapComponent.TLcyGenericMapManager.getMapComponent(int aIndex) Returns theILcyGenericMapComponentat the given index.TLcyGenericMapManagerEvent.getMapComponent()Returns theILcyGenericMapComponentset in the constructor.Methods in com.luciad.lucy.map that return types with arguments of type ILcyGenericMapComponentModifier and TypeMethodDescriptionList<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> TLcyCombinedMapManager.getMapComponents()Returns a list containing all the map components of all the registered map managers.TLcyGenericMapManager.getMapComponents()Returns aListof the map components.Methods in com.luciad.lucy.map with parameters of type ILcyGenericMapComponentModifier and TypeMethodDescriptionvoidTLcyGenericMapManager.addMapComponent(ILcyGenericMapComponent<S, T> aMapComponent) Adds the given map to thisTLcyGeneralMapManager.booleanTLcyGenericMapManager.containsMapComponent(ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent) Returnstruewhen the map componentaMapComponentis registered to this map manager.voidTLcyGenericMapManager.removeMapComponent(ILcyGenericMapComponent<S, T> aMapComponent) Removes the given map from thisTLcyGeneralMapManager.TLcyCombinedMapManager.setActiveMapComponent(ILcyGenericMapComponent<S, T> aActiveMapComponent) Set the active map component toaActiveMapComponent.voidTLcyGenericMapManager.setActiveMapComponent(ILcyGenericMapComponent<S, T> aActiveMapComponent) Sets the active map component.Method parameters in com.luciad.lucy.map with type arguments of type ILcyGenericMapComponentModifier and TypeMethodDescriptionstatic <View extends ILcdView>
ILcyGenericMapManagerListener<ILcdView, ILcdLayer> ILcyGenericMapManagerListener.onMapAdded(Class<View> aViewClass, Consumer<ILcyGenericMapComponent<? extends View, ? extends ILcdLayer>> aMapComponentConsumer) Utility method to create a newILcyGenericMapManagerListenerwhich will triggeraMapComponentConsumereach time the listener receives an event indicating a map has been added.ILcyGenericMapManagerListener.onMapAdded(Consumer<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> aMapComponentConsumer) Utility method to create a newILcyGenericMapManagerListenerwhich will triggeraMapComponentConsumereach time the listener receives an event indicating a map has been added.static <View extends ILcdView>
ILcyGenericMapManagerListener<ILcdView, ILcdLayer> ILcyGenericMapManagerListener.onMapRemoved(Class<View> aViewClass, Consumer<ILcyGenericMapComponent<? extends View, ? extends ILcdLayer>> aMapComponentConsumer) Utility method to create a newILcyGenericMapManagerListenerwhich will triggeraMapComponentConsumereach time the listener receives an event indicating a map has been removed.ILcyGenericMapManagerListener.onMapRemoved(Consumer<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> aMapComponentConsumer) Utility method to create a newILcyGenericMapManagerListenerwhich will triggeraMapComponentConsumereach time the listener receives an event indicating a map has been removed.Constructors in com.luciad.lucy.map with parameters of type ILcyGenericMapComponentModifierConstructorDescriptionTLcyGenericMapManagerEvent(int aId, ILcyGenericMapComponent<S, T> aMapComponent, TLcyGenericMapManager<S, T> aMapManager) Creates a newALcyMapManagerEvent. -
Uses of ILcyGenericMapComponent in com.luciad.lucy.map.action
Methods in com.luciad.lucy.map.action that return ILcyGenericMapComponentModifier and TypeMethodDescriptionprotected ILcyGenericMapComponent<S, T> ALcyCreateLayersAction.getMapComponent()Returns theILcyGenericMapComponentto which the created layers will be added.Methods in com.luciad.lucy.map.action with parameters of type ILcyGenericMapComponentModifier and TypeMethodDescriptionstatic ILcdActionTLcySaveAsImageActionFactory.createActionForMapComponent(ILcyGenericMapComponent<? extends ILcdGXYView, ? extends ILcdGXYLayer> aMapComponent, ILcyLucyEnv aLucyEnv) Create an action to save aILcyGenericMapComponentwith anILcdGXYViewto an imageConstructors in com.luciad.lucy.map.action with parameters of type ILcyGenericMapComponentModifierConstructorDescriptionprotectedALcyCreateLayersAction(ILcyLucyEnv aLucyEnv, ILcyGenericMapComponent<S, T> aMapComponent) Create a new action which will add the created layers toaMapComponent -
Uses of ILcyGenericMapComponent in com.luciad.lucy.map.action.lightspeed
Methods in com.luciad.lucy.map.action.lightspeed that return ILcyGenericMapComponentMethods in com.luciad.lucy.map.action.lightspeed with parameters of type ILcyGenericMapComponentModifier and TypeMethodDescriptionstatic ILcdActionTLcyLspSaveAsImageActionFactory.createActionForMapComponent(ILcyGenericMapComponent<? extends ILspView, ? extends ILspLayer> aMapComponent, ILcyLucyEnv aLucyEnv) Create an action to save aILcyGenericMapComponentwith anILspViewto an image.Constructors in com.luciad.lucy.map.action.lightspeed with parameters of type ILcyGenericMapComponentModifierConstructorDescriptionTLcyLspCreateLayerAction(ALcyFormat aFormat, ILcyGenericMapComponent<ILspView, ILspLayer> aMapComponent) Creates a new action capable of creating and adding anILspLayerof the specifiedALcyFormatto theILspViewofaMapComponent.TLcyLspCreateLayerAction(ILcyLucyEnv aLucyEnv, ILcyGenericMapComponent<ILspView, ILspLayer> aMapComponent) Creates a new action capable of creating and adding anILspLayerto theILspViewofaMapComponent -
Uses of ILcyGenericMapComponent in com.luciad.lucy.map.cameralinking
Methods in com.luciad.lucy.map.cameralinking with parameters of type ILcyGenericMapComponentModifier and TypeMethodDescriptionabstract booleanALcyCameraLinkerFactory.canCreateCameraLinker(ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, String aType, List<Object> aObjects, List<ILcdModel> aModels) Checks whether this camera linker supplier can create a camera linker for the given parameters.booleanTLcyCompositeCameraLinkerFactory.canCreateCameraLinker(ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, String aType, List<Object> aObjects, List<ILcdModel> aModels) Consults the leafALcyCameraLinkerFactoryinstances to see if this composite factory can create anALcyCameraLinker.abstract ALcyCameraLinkerALcyCameraLinkerFactory.createCameraLinker(ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, String aType, List<Object> aObjects, List<ILcdModel> aModels) Create a camera linker for the given parameters.TLcyCompositeCameraLinkerFactory.createCameraLinker(ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, String aType, List<Object> aObjects, List<ILcdModel> aModels) This composite implementation consults all the leafALcyCameraLinkerFactoryinstances to create anALcyCameraLinker. -
Uses of ILcyGenericMapComponent in com.luciad.lucy.map.lightspeed
Subinterfaces of ILcyGenericMapComponent in com.luciad.lucy.map.lightspeedModifier and TypeInterfaceDescriptioninterfaceLightspeed implementation ofILcyGenericMapComponent.Classes in com.luciad.lucy.map.lightspeed that implement ILcyGenericMapComponentModifier and TypeClassDescriptionclassDefault implementation ofILcyLspMapComponent.