/[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 103 by mojays, Fri May 8 13:48:00 2009 UTC revision 226 by alfonx, Thu Jul 16 07:37:43 2009 UTC
# Line 14  Line 14 
14    
15  package skrueger.geotools.selection;  package skrueger.geotools.selection;
16    
 import java.util.Collection;  
 import java.util.HashSet;  
 import java.util.Set;  
 import java.util.Vector;  
   
 import org.apache.log4j.Logger;  
17  import org.geotools.feature.Feature;  import org.geotools.feature.Feature;
 import org.geotools.filter.AbstractFilterImpl;  
 import org.geotools.styling.Style;  
 import org.opengis.filter.Filter;  
18    
 import schmitzm.geotools.feature.FeatureUtil;  
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 com.vividsolutions.jts.geom.Envelope;  import skrueger.geotools.StyledLayerInterface;
23    
24  /**  /**
25   * 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>
26   * in a {@link StyledMapInterface} ({@link StyledFeatureCollectionInterface} or   * in a {@link StyledLayerInterface} ({@link StyledFeatureCollectionInterface} or
27   * {@link StyledFeatureSourceInterface}).   * {@link StyledFeatureSourceInterface}).
28   * @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)
29   */   */
30  public class StyledFeatureLayerSelectionModel extends StyledLayerSelectionModel<Feature> {  public class StyledFeatureLayerSelectionModel extends StyledLayerSelectionModel<String> {
   /**  
    * Creates a new selection model.  
    * @param styledMap styled map the selection is controlled of  
    */  
   public StyledFeatureLayerSelectionModel(StyledFeatureCollectionInterface styledMap) {  
     super(styledMap);  
   }  
     
31    /**    /**
32     * Creates a new selection model.     * Creates a new selection model.
33     * @param styledMap styled map the selection is controlled of     * @param styledLayer styled map the selection is controlled of
34     */     */
35    public StyledFeatureLayerSelectionModel(StyledFeatureSourceInterface styledMap) {    public StyledFeatureLayerSelectionModel(StyledFeaturesInterface styledLayer) {
36      super(styledMap);      super(styledLayer);
37    }    }
38        
39        

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26