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
changeSupport
Fields inherited from interface com.luciad.gui.ILcdAction
DEFAULT, LONG_DESCRIPTION, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SHOW_ACTION_NAME, SMALL_ICON, VISIBLE
-
Constructor Summary
ConstructorDescriptionDeprecated.Creates a new TLcdUpdateTerrainModelAction. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Deprecated.Gets the TerrainProfileModel attribute.void
Deprecated.Sets theTLcdVVTerrainProfileModel
that 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 theTLcdVVTerrainProfileModel
that 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.
-
TLcdVVTerrainModel
and aselection listener
instead.