Class TLcdUpdateTerrainModelAction

java.lang.Object
com.luciad.gui.ALcdAction
com.luciad.tea.TLcdUpdateTerrainModelAction
All Implemented Interfaces:
ILcdAction, ILcdPropertyChangeSource, ActionListener, Serializable, EventListener

@Deprecated public class TLcdUpdateTerrainModelAction extends ALcdAction
Deprecated.
As of 2023.0, this class has been deprecated. Use TLcdVVTerrainModel and a selection listener instead.
This action sends the TLcdVVTerrainProfileModel a message to start looking for an ILcdPointList and update the VV accordingly. When for example the user has drawn a polyline on his ILcdGXYView he updates the vertical view by invoking this action.
See Also:
  • Constructor Details

    • TLcdUpdateTerrainModelAction

      public TLcdUpdateTerrainModelAction()
      Deprecated.
      Creates a new TLcdUpdateTerrainModelAction.
  • Method Details