37 |
* {@link StyledFeatureSourceInterface}). |
* {@link StyledFeatureSourceInterface}). |
38 |
* @author <a href="mailto:[email protected]">Martin Schmitz</a> (University of Bonn/Germany) |
* @author <a href="mailto:[email protected]">Martin Schmitz</a> (University of Bonn/Germany) |
39 |
*/ |
*/ |
40 |
public class StyledFeatureLayerSelectionModel extends StyledLayerSelectionModel<Feature> { |
public class StyledFeatureLayerSelectionModel extends StyledLayerSelectionModel<String> { |
41 |
/** |
/** |
42 |
* Creates a new selection model. |
* Creates a new selection model. |
43 |
* @param styledMap styled map the selection is controlled of |
* @param styledMap styled map the selection is controlled of |