/[schmitzm]/branches/2.3.x/src/skrueger/geotools/labelsearch/SearchResult.java
ViewVC logotype

Diff of /branches/2.3.x/src/skrueger/geotools/labelsearch/SearchResult.java

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

branches/1.0-gt2-2.6/src/skrueger/geotools/labelsearch/SearchResult.java revision 315 by mojays, Wed Aug 26 11:03:27 2009 UTC trunk/src/skrueger/geotools/labelsearch/SearchResult.java revision 685 by alfonx, Wed Feb 10 15:04:02 2010 UTC
# Line 31  package skrueger.geotools.labelsearch; Line 31  package skrueger.geotools.labelsearch;
31    
32  import java.util.Map;  import java.util.Map;
33    
34  import org.geotools.feature.Feature;  import org.opengis.feature.simple.SimpleFeature;
35    
36  public interface SearchResult {  public interface SearchResult {
37    
# Line 43  public interface SearchResult { Line 43  public interface SearchResult {
43          String getTitle();          String getTitle();
44    
45          /**          /**
46           * "Open" the result. For a {@link Feature} that mean to zoom to the           * "Open" the result. For a {@link SimpleFeature} that mean to zoom to the
47           * location. For a {@link Map} if means to open the {@link Map}.           * location. For a {@link Map} if means to open the {@link Map}.
48           */           */
49          void open();          void open();

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26