new ImageUI(optionsopt) → {ImageUI}
Create a VisiOmatic dialog for setting the VisiOmatic layer rendering.
Parameters
-
options
object<optional>
Options.
Properties
-
title
string<optional>
'Image preferences'Title of the dialog window or panel.
-
title
See
UIfor additional control options.
Returns
-
ImageUIInstance of a user interface for the rendering preferences.
Source
Methods
privatestatic
_initDialog()
Initialize the rendering preference dialog.
Source
static
loadSettings(layer, settings)
Copy rendering settings to a VisiOmatic layer.
Parameters
-
layer
VTileLayerVisiOmatic layer.
-
settings
objectObject where to save the settings properties.
Source
static
saveSettings(layer, settings)
Copy rendering settings from a VisiOmatic layer.
Parameters
-
layer
VTileLayerVisiOmatic layer.
-
settings
objectObject where to save the settings properties.