1 |
package skrueger.geotools.labelsearch; |
package skrueger.geotools.labelsearch; |
2 |
|
|
3 |
|
import java.util.Map; |
4 |
import org.geotools.feature.Feature; |
import org.geotools.feature.Feature; |
5 |
|
|
6 |
public interface SearchResult { |
public interface SearchResult { |
7 |
|
|
8 |
/** |
/** |
9 |
* @returns a {@link String} that represents the Title/Name of this search |
* @return a {@link String} that represents the Title/Name of this search |
10 |
* result. |
* result. |
11 |
* |
* |
12 |
*/ |
*/ |
19 |
void open(); |
void open(); |
20 |
|
|
21 |
/** |
/** |
22 |
* @returns a {@link String} that represents the Title/Name of "something" that contains the search |
* @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. |
* result. This may return "" if it makes no sense. |
24 |
*/ |
*/ |
25 |
String getInTitle(); |
String getInTitle(); |