/[schmitzm]/branches/2.2.x/src/skrueger/geotools/labelsearch/SearchResultFeature.java
ViewVC logotype

Diff of /branches/2.2.x/src/skrueger/geotools/labelsearch/SearchResultFeature.java

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

branches/1.0-gt2-2.6/src/skrueger/geotools/labelsearch/SearchResultFeature.java revision 325 by mojays, Wed Aug 26 15:32:54 2009 UTC trunk/src/skrueger/geotools/labelsearch/SearchResultFeature.java revision 685 by alfonx, Wed Feb 10 15:04:02 2010 UTC
# Line 41  public class SearchResultFeature impleme Line 41  public class SearchResultFeature impleme
41    
42          private final SimpleFeature feature;          private final SimpleFeature feature;
43          private final String title;          private final String title;
44          private final schmitzm.geotools.gui.JMapPane mapPane;          private final schmitzm.geotools.gui.SelectableXMapPane mapPane;
45          private final String inTitle;          private final String inTitle;
46    
47          private final MapLayer mapLayer;          private final MapLayer mapLayer;
48    
49          public SearchResultFeature(SimpleFeature feature, String title, String inTitle,          public SearchResultFeature(SimpleFeature feature, String title, String inTitle,
50                          schmitzm.geotools.gui.JMapPane mapPane, MapLayer mapLayer) {                          schmitzm.geotools.gui.SelectableXMapPane mapPane, MapLayer mapLayer) {
51                  this.feature = feature;                  this.feature = feature;
52                  this.title = title;                  this.title = title;
53                  this.inTitle = inTitle;                  this.inTitle = inTitle;

Legend:
Removed from v.325  
changed lines
  Added in v.685

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26