323 |
} |
} |
324 |
|
|
325 |
/** |
/** |
326 |
* Analyses whether the selection has changed in comparison to the selection |
* Analyzes whether the selection has changed in comparison to the selection |
327 |
* stored in the mapLayer.Style |
* stored in the mapLayer.Style |
328 |
* |
* |
329 |
* @param newSelection |
* @param newSelection a List<String> of all newly selected FIDs |
330 |
* @param originalStyle |
* @param originalStyle the original {@link Style} that has an earlier selection coded into the {@link Style} |
331 |
* @return |
* @return <code>true</code> if changed. |
332 |
*/ |
*/ |
333 |
private boolean selectionChanged(Vector<String> newSelection, |
private boolean selectionChanged(Vector<String> newSelection, |
334 |
Style originalStyle) { |
Style originalStyle) { |