Package com.luciad.tea
Class TLcdUpdateTerrainModelAction
java.lang.Object
com.luciad.gui.ALcdAction
com.luciad.tea.TLcdUpdateTerrainModelAction
- All Implemented Interfaces:
ILcdAction,ILcdPropertyChangeSource,ActionListener,Serializable,EventListener
Deprecated.
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:
-
Field Summary
Fields inherited from class com.luciad.gui.ALcdAction
changeSupportFields inherited from interface com.luciad.gui.ILcdAction
DEFAULT, LONG_DESCRIPTION, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SHOW_ACTION_NAME, SMALL_ICON, VISIBLE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a new TLcdUpdateTerrainModelAction. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Deprecated.Gets the TerrainProfileModel attribute.voidDeprecated.Sets theTLcdVVTerrainProfileModelthat should be updated.Methods inherited from class com.luciad.gui.ALcdAction
addPropertyChangeListener, firePropertyChange, getDisplayName, getIcon, getLongDescription, getName, getShortDescription, getValue, isEnabled, isTraceOn, putValue, registerInstance, removePropertyChangeListener, setClassTraceOn, setDisplayName, setEnabled, setIcon, setLongDescription, setName, setShortDescription, setTraceOn
-
Constructor Details
-
TLcdUpdateTerrainModelAction
public TLcdUpdateTerrainModelAction()Deprecated.Creates a new TLcdUpdateTerrainModelAction.
-
-
Method Details
-
setTerrainProfileModel
Deprecated.Sets theTLcdVVTerrainProfileModelthat should be updated.- Parameters:
aModel- the TLcdVVTerrainProfileModel that should be invoked.- See Also:
-
getTerrainProfileModel
Deprecated.Gets the TerrainProfileModel attribute.- Returns:
- the TerrainProfileModel value.
- See Also:
-
actionPerformed
Deprecated.
-
TLcdVVTerrainModeland aselection listenerinstead.