Parent Directory
|
Revision Log
* FINALLY! FINALLY! Found the regressoin in GT 2.4.5 that had made AtlasStyler very buggy. An setSize(Expression.NIL) is set in StyleFactoryImpl which was evil, because NILExpressions are only supported properly in 2.5. So i overwrite the class in schmitzm and changed the one line. Then i was also able to remove a few workarounds that were not needed anymore. * Some more fixed in AtlasStyler, like: Local symbols are only shown one now.. not twice. Next commit will be a full build with all JARs
1 | alfonx | 139 | package skrueger.geotools.labelsearch; |
2 | |||
3 | alfonx | 154 | import java.util.Map; |
4 | alfonx | 162 | |
5 | alfonx | 139 | import org.geotools.feature.Feature; |
6 | |||
7 | public interface SearchResult { | ||
8 | |||
9 | /** | ||
10 | alfonx | 145 | * @return a {@link String} that represents the Title/Name of this search |
11 | alfonx | 139 | * result. |
12 | * | ||
13 | */ | ||
14 | String getTitle(); | ||
15 | |||
16 | /** | ||
17 | * "Open" the result. For a {@link Feature} that mean to zoom to the | ||
18 | * location. For a {@link Map} if means to open the {@link Map}. | ||
19 | */ | ||
20 | void open(); | ||
21 | |||
22 | /** | ||
23 | alfonx | 145 | * @return a {@link String} that represents the Title/Name of "something" that contains the search |
24 | alfonx | 139 | * result. This may return "" if it makes no sense. |
25 | */ | ||
26 | String getInTitle(); | ||
27 | |||
28 | } |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |
svn:mime-type | text/plain |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |