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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 145 - (show annotations)
Thu Jun 18 00:28:28 2009 UTC (15 years, 8 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/labelsearch/SearchResult.java
File MIME type: text/plain
File size: 601 byte(s)
* Tuned the versioning system in build.xml
* Renamed JavaDoc @returns to @return to reduce warnings (by prox 0.1% ;-) )

1 package skrueger.geotools.labelsearch;
2
3 import org.geotools.feature.Feature;
4
5 public interface SearchResult {
6
7 /**
8 * @return a {@link String} that represents the Title/Name of this search
9 * result.
10 *
11 */
12 String getTitle();
13
14 /**
15 * "Open" the result. For a {@link Feature} that mean to zoom to the
16 * location. For a {@link Map} if means to open the {@link Map}.
17 */
18 void open();
19
20 /**
21 * @return a {@link String} that represents the Title/Name of "something" that contains the search
22 * result. This may return "" if it makes no sense.
23 */
24 String getInTitle();
25
26 }

Properties

Name Value
svn:eol-style native
svn:keywords Id
svn:mime-type text/plain

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26