/[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 154 - (show annotations)
Mon Jun 22 09:54:07 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: 623 byte(s)
* Results of Sunday evening hacking in Bolsena
** Rendering of big Shapefiles about 5-10 times faster now!
** Icon sizes in AtlasStyler correct again.
** Moved two functions from AtlasFramework to schmitzm
1 package skrueger.geotools.labelsearch;
2
3 import java.util.Map;
4 import org.geotools.feature.Feature;
5
6 public interface SearchResult {
7
8 /**
9 * @return a {@link String} that represents the Title/Name of this search
10 * result.
11 *
12 */
13 String getTitle();
14
15 /**
16 * "Open" the result. For a {@link Feature} that mean to zoom to the
17 * location. For a {@link Map} if means to open the {@link Map}.
18 */
19 void open();
20
21 /**
22 * @return a {@link String} that represents the Title/Name of "something" that contains the search
23 * result. This may return "" if it makes no sense.
24 */
25 String getInTitle();
26
27 }

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