Solution class
Solution class
Public fields
idcharacteridentifier.namecharactername of solution.visiblelogicalvalue.invisiblenumericdate/time value.loadedlogicalvalue.variableVariable object.
panecharactername.parameterslistof Parameter objectsstatisticslistof Statistic objectstheme_resultslistof ThemeResults objects.weight_resultslistof WeightResults objects.include_resultslistof IncludeResults objects.exclude_resultslistof ExcludeResults objects.hiddenlogicalvalue.downloadablelogicalvalue.
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
idcharactervalue.namecharactervalue.variableVariable object.
panecharactervalue.visiblelogicalvalue.invisiblenumericdate/time value.loadedlogicalvalue.statisticslistof Statistic objects.parameterslistof Statistic objects.theme_resultslistof ThemeResults objects.weight_resultslistof WeightResults objects.include_resultslistof IncludeResults objects.exclude_resultslistof ExcludeResults objects.hiddenlogicalvalue.downloadablelogicalvalue.
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
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.