/[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 256 by alfonx, Fri Jul 31 14:43:47 2009 UTC revision 862 by alfonx, Sat May 22 01:24:46 2010 UTC
# Line 25  Line 25 
25   *   *
26   * Contributors:   * Contributors:
27   *     Martin O. J. Schmitz - initial API and implementation   *     Martin O. J. Schmitz - initial API and implementation
28   *     Stefan A. Krüger - additional utility classes   *     Stefan A. Tzeggai - additional utility classes
29   ******************************************************************************/   ******************************************************************************/
30  /**  /**
31   Copyright 2008 Stefan Alfons Krüger   Copyright 2008 Stefan Alfons Tzeggai
32    
33   atlas-framework - This file is part of the Atlas Framework   atlas-framework - This file is part of the Atlas Framework
34    
# Line 43  Line 43 
43    
44  package skrueger.geotools.selection;  package skrueger.geotools.selection;
45    
46  import org.geotools.feature.Feature;  import org.opengis.feature.simple.SimpleFeature;
47    
48  import skrueger.geotools.StyledFeatureCollectionInterface;  import skrueger.geotools.StyledFeatureCollectionInterface;
49  import skrueger.geotools.StyledFeatureSourceInterface;  import skrueger.geotools.StyledFeatureSourceInterface;
# Line 51  import skrueger.geotools.StyledFeaturesI Line 51  import skrueger.geotools.StyledFeaturesI
51  import skrueger.geotools.StyledLayerInterface;  import skrueger.geotools.StyledLayerInterface;
52    
53  /**  /**
54   * This manager holds a set of {@link Feature Features} which are <i>selected</i>   * This manager holds a set of {@link SimpleFeature Features} which are <i>selected</i>
55   * in a {@link StyledLayerInterface} ({@link StyledFeatureCollectionInterface} or   * in a {@link StyledLayerInterface} ({@link StyledFeatureCollectionInterface} or
56   * {@link StyledFeatureSourceInterface}).   * {@link StyledFeatureSourceInterface}).
57   * @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)
# Line 184  public class StyledFeatureLayerSelection Line 184  public class StyledFeatureLayerSelection
184  //    // in the selection list  //    // in the selection list
185  //    selectionFilter = new AbstractFilterImpl( FeatureUtil.FILTER_FACTORY ) {  //    selectionFilter = new AbstractFilterImpl( FeatureUtil.FILTER_FACTORY ) {
186  //      public boolean evaluate(Object feature) {  //      public boolean evaluate(Object feature) {
187  //        if ( feature instanceof Feature )  //        if ( feature instanceof SimpleFeature )
188  //          return evaluate((Filter)feature);  //          return evaluate((Filter)feature);
189  //        return false;  //        return false;
190  //      }  //      }
191  //      public boolean evaluate(Feature feature) {  //      public boolean evaluate(SimpleFeature feature) {
192  //        return selectionFeatures.contains(feature);  //        return selectionFeatures.contains(feature);
193  //      }  //      }
194  //    };  //    };

Legend:
Removed from v.256  
changed lines
  Added in v.862

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26