Class TLcyCreateGXYLayerAction

All Implemented Interfaces:
ILcdAction, ILcdUndoableSource, ILcdPropertyChangeSource, ActionListener, Serializable, EventListener

public class TLcyCreateGXYLayerAction extends ALcyCreateLayersAction<ILcdGXYView,ILcdGXYLayer>

Implementation of ALcyCreateLayersAction for ILcdGXYLayer and ILcdGXYView instances. Consult the class javadoc of the super class for more information on how to use this class.

See Also:
  • Constructor Details

    • TLcyCreateGXYLayerAction

      public TLcyCreateGXYLayerAction(ILcyLucyEnv aLucyEnv, ILcyMapComponent aMapComponent)
      Creates a new action capable of creating and adding an ILcdGXYLayer to the ILcdGXYView of aMapComponent
      Parameters:
      aLucyEnv - The Lucy back-end
      aMapComponent - The map component to which the created layers will be added
    • TLcyCreateGXYLayerAction

      public TLcyCreateGXYLayerAction(ALcyFormat aFormat, ILcyMapComponent aMapComponent)
      Creates a new action capable of creating and adding an ILcdGXYLayer of the specified ALcyFormat to the ILcdGXYView of aMapComponent.
      Parameters:
      aFormat - The format. This format should return a single ALcyDefaultModelDescriptorFactory instance from its ALcyFormat.getDefaultModelDescriptorFactories() method.
      aMapComponent - The map component to which the created layers will be added
      Since:
      2019.0
  • Method Details