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 | alfonx | 139 | package skrueger.geotools.labelsearch; |
2 | |||
3 | alfonx | 154 | import java.util.Map; |
4 | alfonx | 139 | import org.geotools.feature.Feature; |
5 | |||
6 | public interface SearchResult { | ||
7 | |||
8 | /** | ||
9 | alfonx | 145 | * @return a {@link String} that represents the Title/Name of this search |
10 | alfonx | 139 | * 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 | alfonx | 145 | * @return a {@link String} that represents the Title/Name of "something" that contains the search |
23 | alfonx | 139 | * 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 |