skrueger.geotools.labelsearch
Interface SearchResult

All Known Implementing Classes:
SearchResultFeature

public interface SearchResult


Method Summary
 String getInTitle()
           
 String getTitle()
           
 void open()
          "Open" the result.
 

Method Detail

getTitle

String getTitle()
Returns:
a String that represents the Title/Name of this search result.

open

void open()
"Open" the result. For a Feature that mean to zoom to the location. For a Map if means to open the Map.


getInTitle

String getInTitle()
Returns:
a String that represents the Title/Name of "something" that contains the search result. This may return "" if it makes no sense.