33 |
*/ |
*/ |
34 |
public abstract class StyledLayerSelectionModel<E> extends PropertyChangeEmitter { |
public abstract class StyledLayerSelectionModel<E> extends PropertyChangeEmitter { |
35 |
/** A static logger for this class */ |
/** A static logger for this class */ |
36 |
private static final Logger LOGGER = Logger.getLogger(StyledLayerSelectionModel.class); |
protected final Logger LOGGER = Logger.getLogger(this.getClass()); |
37 |
|
|
38 |
/** Holds the current selection as {@link Feature}-list. This |
/** Holds the current selection as {@link Feature}-list. This |
39 |
* is the basis to create the other selection objects. */ |
* is the basis to create the other selection objects. */ |