/[schmitzm]/trunk/src/skrueger/geotools/XMapPane.java
ViewVC logotype

Diff of /trunk/src/skrueger/geotools/XMapPane.java

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

revision 315 by mojays, Wed Aug 26 11:03:27 2009 UTC revision 318 by alfonx, Wed Aug 26 13:33:32 2009 UTC
# Line 60  import javax.swing.JPanel; Line 60  import javax.swing.JPanel;
60  import org.apache.log4j.Logger;  import org.apache.log4j.Logger;
61  import org.geotools.feature.FeatureCollection;  import org.geotools.feature.FeatureCollection;
62  import org.geotools.filter.IllegalFilterException;  import org.geotools.filter.IllegalFilterException;
 import org.geotools.gui.swing.event.HighlightChangeListener;  
 import org.geotools.gui.swing.event.HighlightChangedEvent;  
 import org.geotools.gui.swing.event.SelectionChangeListener;  
 import org.geotools.gui.swing.event.SelectionChangedEvent;  
63  import org.geotools.map.DefaultMapContext;  import org.geotools.map.DefaultMapContext;
64  import org.geotools.map.MapContext;  import org.geotools.map.MapContext;
65  import org.geotools.map.MapLayer;  import org.geotools.map.MapLayer;
# Line 729  public class JMapPane extends JPanel imp Line 725  public class JMapPane extends JPanel imp
725                           */                           */
726    
727                          /*                          /*
728                           * Iterator fi = fc.iterator(); while (fi.hasNext()) { Feature feat                           * Iterator fi = fc.iterator(); while (fi.hasNext()) { SimpleFeature feat
729                           * = (Feature) fi.next(); System.out.println("selected " +                           * = (SimpleFeature) fi.next(); System.out.println("selected " +
730                           * feat.getAttribute("STATE_NAME")); }                           * feat.getAttribute("STATE_NAME")); }
731                           */                           */
732                  } catch (final IllegalFilterException e) {                  } catch (final IllegalFilterException e) {

Legend:
Removed from v.315  
changed lines
  Added in v.318

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26