/[schmitzm]/branches/2.3.KECK/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
ViewVC logotype

Diff of /branches/2.3.KECK/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 223 by mojays, Sat May 30 14:29:58 2009 UTC revision 224 by alfonx, Tue Jul 14 15:57:19 2009 UTC
# Line 18  import org.geotools.feature.Feature; Line 18  import org.geotools.feature.Feature;
18    
19  import skrueger.geotools.StyledFeatureCollectionInterface;  import skrueger.geotools.StyledFeatureCollectionInterface;
20  import skrueger.geotools.StyledFeatureSourceInterface;  import skrueger.geotools.StyledFeatureSourceInterface;
21  import skrueger.geotools.StyledMapInterface;  import skrueger.geotools.StyledLayerInterface;
22    
23  /**  /**
24   * This manager holds a set of {@link Feature Features} which are <i>selected</i>   * This manager holds a set of {@link Feature Features} which are <i>selected</i>
25   * in a {@link StyledMapInterface} ({@link StyledFeatureCollectionInterface} or   * in a {@link StyledLayerInterface} ({@link StyledFeatureCollectionInterface} or
26   * {@link StyledFeatureSourceInterface}).   * {@link StyledFeatureSourceInterface}).
27   * @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)
28   */   */
29  public class StyledFeatureLayerSelectionModel extends StyledLayerSelectionModel<String> {  public class StyledFeatureLayerSelectionModel extends StyledLayerSelectionModel<String> {
30    /**    /**
31     * Creates a new selection model.     * Creates a new selection model.
32     * @param styledMap styled map the selection is controlled of     * @param styledLayer styled map the selection is controlled of
33     */     */
34    public StyledFeatureLayerSelectionModel(StyledFeatureCollectionInterface styledMap) {    public StyledFeatureLayerSelectionModel(StyledFeatureCollectionInterface styledLayer) {
35      super(styledMap);      super(styledLayer);
36    }    }
37        
38    /**    /**
39     * Creates a new selection model.     * Creates a new selection model.
40     * @param styledMap styled map the selection is controlled of     * @param styledLayer styled map the selection is controlled of
41     */     */
42    public StyledFeatureLayerSelectionModel(StyledFeatureSourceInterface styledMap) {    public StyledFeatureLayerSelectionModel(StyledFeatureSourceInterface styledLayer) {
43      super(styledMap);      super(styledLayer);
44    }    }
45        
46        

Legend:
Removed from v.223  
changed lines
  Added in v.224

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26