/[schmitzm]/branches/2.0-RC1/src/skrueger/geotools/labelsearch/SearchResult.java
ViewVC logotype

Contents of /branches/2.0-RC1/src/skrueger/geotools/labelsearch/SearchResult.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 139 - (show annotations)
Thu Jun 11 12:52:58 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: 603 byte(s)
* Fixed a bug when creating more than 3 additional styles at once... A NPE occurred because none has been set as the selected additional style.
* Moved the i8n and Localisation for LabelSearch to schmitzm

1 package skrueger.geotools.labelsearch;
2
3 import org.geotools.feature.Feature;
4
5 public interface SearchResult {
6
7 /**
8 * @returns 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 * @returns 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