Parent Directory
|
Revision Log
* 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 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |
svn:mime-type | text/plain |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |