/[schmitzm]/branches/2.0-RC1/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java
ViewVC logotype

Diff of /branches/2.0-RC1/src/skrueger/geotools/selection/StyledFeatureLayerSelectionModel.java

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

revision 225 by alfonx, Tue Jul 14 15:57:19 2009 UTC revision 226 by alfonx, Thu Jul 16 07:37:43 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.StyledFeaturesInterface;
22  import skrueger.geotools.StyledLayerInterface;  import skrueger.geotools.StyledLayerInterface;
23    
24  /**  /**
# Line 31  public class StyledFeatureLayerSelection Line 32  public class StyledFeatureLayerSelection
32     * Creates a new selection model.     * Creates a new selection model.
33     * @param styledLayer styled map the selection is controlled of     * @param styledLayer styled map the selection is controlled of
34     */     */
35    public StyledFeatureLayerSelectionModel(StyledFeatureCollectionInterface styledLayer) {    public StyledFeatureLayerSelectionModel(StyledFeaturesInterface styledLayer) {
     super(styledLayer);  
   }  
     
   /**  
    * Creates a new selection model.  
    * @param styledLayer styled map the selection is controlled of  
    */  
   public StyledFeatureLayerSelectionModel(StyledFeatureSourceInterface styledLayer) {  
36      super(styledLayer);      super(styledLayer);
37    }    }
38        

Legend:
Removed from v.225  
changed lines
  Added in v.226

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26