Sets the styles indicated by the ids to be selected.
Selected styles are those that were selected/created by the user rather than the framework
Example:
A layer has WMS and WFS
IGeoResource s so either a FeatureRenderer or a WMSRenderer could render the layer.
In the case where the wms allows the SLD to be retrieved the WMS StyleConfigurator could add both the named style to the blackboard
as well as the SLD style to the blackboard. It could set both as selected because both the WMSRenderer and the FeatureRenderer
would render the same image.
However if the user enters a SLD style (assuming the WMS does not accept SLD POST) only the SLD style would be set to selected
By using selection the choice of renderer used is affected towards the selected style
Parameters: ids - |