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