/[schmitzm]/trunk/src/skrueger/geotools/labelsearch/SearchResult.java
ViewVC logotype

Annotation of /trunk/src/skrueger/geotools/labelsearch/SearchResult.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 145 - (hide annotations)
Thu Jun 18 00:28:28 2009 UTC (15 years, 8 months ago) by alfonx
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 alfonx 139 package skrueger.geotools.labelsearch;
2    
3     import org.geotools.feature.Feature;
4    
5     public interface SearchResult {
6    
7     /**
8 alfonx 145 * @return a {@link String} that represents the Title/Name of this search
9 alfonx 139 * 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 alfonx 145 * @return a {@link String} that represents the Title/Name of "something" that contains the search
22 alfonx 139 * 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