Solution class
Solution class
Public fields
id
character
identifier.name
character
name of solution.visible
logical
value.invisible
numeric
date/time value.loaded
logical
value.variable
Variable object.
pane
character
name.parameters
list
of Parameter objectsstatistics
list
of Statistic objectstheme_results
list
of ThemeResults objects.weight_results
list
of WeightResults objects.include_results
list
of IncludeResults objects.exclude_results
list
of ExcludeResults objects.hidden
logical
value.downloadable
logical
value.
Methods
Method new()
Create a Solution object.
Usage
Solution$new(
id,
name,
variable,
pane,
visible,
invisible,
loaded,
statistics,
parameters,
theme_results,
weight_results,
include_results,
exclude_results,
hidden,
downloadable
)
Arguments
id
character
value.name
character
value.variable
Variable object.
pane
character
value.visible
logical
value.invisible
numeric
date/time value.loaded
logical
value.statistics
list
of Statistic objects.parameters
list
of Statistic objects.theme_results
list
of ThemeResults objects.weight_results
list
of WeightResults objects.include_results
list
of IncludeResults objects.exclude_results
list
of ExcludeResults objects.hidden
logical
value.downloadable
logical
value.
Method repr()
Generate a character
summarizing the representation of the object.
Method get_solution_results_widget_data()
Get data for displaying the theme in a solutionResults()
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.