Weight class
Weight class
Public fields
id
character
value.name
character
value.variable
Variable object.
pane
character
name.visible
logical
value.invisible
numeric
date/time.loaded
logical
value.hidden
logical
value.downloadable
logical
value.status
logical
value.current
numeric
value.factor
numeric
value.min_factor
numeric
minimum factor value.max_factor
numeric
maximum factor value.step_factor
numeric
step 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
id
character
value.name
character
value.variable
Variable object.
pane
character
value.visible
logical
value.invisible
numeric
date/time value.loaded
logical
value.hidden
logical
value.downloadable
logical
value.status
logical
value.current
logical
value.factor
numeric
initial factor value.min_factor
numeric
minimum factor value.max_factor
numeric
maximum factor value.step_factor
numeric
step 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
x
leaflet::leaflet()
object.zindex
numeric
z-index for ordering.
Returns
leaflet::leaflet()
object.
Method update_on_map()
Render on map.
Arguments
x
leaflet::leafletProxy()
object.zindex
numeric
z-index for ordering.
Returns
leaflet::leafletProxy()
object.