Uses of Class
com.luciad.lucy.map.action.TLcyCreateGXYLayerAction
Packages that use TLcyCreateGXYLayerAction
-
Uses of TLcyCreateGXYLayerAction in com.luciad.lucy.map.controller
Methods in com.luciad.lucy.map.controller that return TLcyCreateGXYLayerActionModifier and TypeMethodDescriptionALcyGXYNewControllerModel.getCreateLayerAction()Returns the action that is used to create a new layer in case no appropriate existing layer can be found.Methods in com.luciad.lucy.map.controller with parameters of type TLcyCreateGXYLayerActionModifier and TypeMethodDescriptionvoidALcyGXYNewControllerModel.setCreateLayerAction(TLcyCreateGXYLayerAction aCreateLayerAction) Sets the action that is used to create a new layer in case no appropriate existing layer can be found.Constructors in com.luciad.lucy.map.controller with parameters of type TLcyCreateGXYLayerActionModifierConstructorDescriptionALcyGXYNewControllerModel(TLcyCreateGXYLayerAction aCreateLayerAction, ILcyMapComponent aMapComponent) Creates a new controller model that is capable of creating new layers for the given map.