Weight class
Weight class
Public fields
idcharactervalue.namecharactervalue.variableVariable object.
panecharactername.visiblelogicalvalue.invisiblenumericdate/time.loadedlogicalvalue.hiddenlogicalvalue.downloadablelogicalvalue.statuslogicalvalue.currentnumericvalue.factornumericvalue.min_factornumericminimum factor value.max_factornumericmaximum factor value.step_factornumericstep factor value.
Methods
Method new()
Create a new Weight object.
Usage
Weight$new(
id,
name,
variable,
pane,
visible,
invisible,
loaded,
hidden,
downloadable,
status,
current,
factor,
min_factor,
max_factor,
step_factor
)Arguments
idcharactervalue.namecharactervalue.variableVariable object.
panecharactervalue.visiblelogicalvalue.invisiblenumericdate/time value.loadedlogicalvalue.hiddenlogicalvalue.downloadablelogicalvalue.statuslogicalvalue.currentlogicalvalue.factornumericinitial factor value.min_factornumericminimum factor value.max_factornumericmaximum factor value.step_factornumericstep factor value.
Method repr()
Generate a character summarizing the representation of the object.
Method get_setting()
Get setting.
Method get_solution_settings_widget_data()
Get data for displaying the theme in a solutionSettings() widget.
Method get_map_manager_widget_data()
Get data for displaying the theme in a mapManager() widget.
Method render_on_map()
Render on map.
Arguments
xleaflet::leaflet()object.zindexnumericz-index for ordering.
Returns
leaflet::leaflet() object.
Method update_on_map()
Render on map.
Arguments
xleaflet::leafletProxy()object.zindexnumericz-index for ordering.
Returns
leaflet::leafletProxy() object.