This is a reference to a user interface object. An ENVIUI object is created automatically when an ENVI object is created.
Example
e = ENVI()
UI = e.UI
PRINT, UI
Methods
CreateFromDialog
CreateWorkflowDialog
Hourglass
LinkViews
PlotSpectralSignature
RefreshWindow
RunTask
SelectCoordinateSystem
SelectGridDefinition
SelectInputData
SelectPseudoRasterSpatialRef
SelectROI
SelectRPCRasterSpatialRef
SelectSpatialRef
SelectSpectralLibrary
SelectSpectralLibrarySignature
SelectSpectralSignature
SelectStandardRasterSpatialRef
SelectTaskParameters
ShowJobConsole
Properties
LAYER_MANAGER_PANEL (Set)
Specify one of the following integers or strings to manage the layout of the Layer Manager:
- 0 or Collapsed: Collapse the Layer Manager to make more room for the display.
- 1 or Standard: Attach or reattach (dock) the Layer Manager to the application.
- 2 or Detached: Detach (undock) the Layer Manager from the application so that it becomes a floating window.
TOOLBOX_PANEL (Set)
Specify one of the following integers or strings to manage the layout of the Toolbox:
- 0 or Collapsed: Collapse the Toolbox to make more room for the display.
- 1 or Standard: Attach or reattach (dock) the Toolbox to the application.
- 2 or Detached: Detach (undock) the Toolbox from the application so that it becomes a floating window.
Version History
ENVI 5 |
Introduced |
ENVI 5.2 |
Added SelectTaskParameters function method
|
ENVI 5.2.1 |
Added the following function methods: SelectGridDefinition, SelectPseudoRasterSpatialRef, SelectRPCRasterSpatialRef, SelectSpatialRef, and SelectStandardRasterSpatialRef
|
ENVI 5.4 |
Added CreateFromDialog and SelectROI methods
|
ENVI 5.6 |
Added CreateWorkflowDialog, RunTask, and ShowJobConsole methods
|
ENVI 5.6.1 |
Added LAYER_MANAGER_PANEL and TOOLBOX_PANEL properties |
ENVI 6.1 |
Added function methods SelectSpectralSignature,SelectSpectralLibrarySignature, and SelectSpectralSignature. Added the PlotSpectralSignature method. |
API Version
4.3
See Also
ENVI UI property