25 |
* |
* |
26 |
* Contributors: |
* Contributors: |
27 |
* Martin O. J. Schmitz - initial API and implementation |
* Martin O. J. Schmitz - initial API and implementation |
28 |
* Stefan A. Krüger - additional utility classes |
* Stefan A. Tzeggai - additional utility classes |
29 |
******************************************************************************/ |
******************************************************************************/ |
30 |
package skrueger.geotools.labelsearch; |
package skrueger.geotools.labelsearch; |
31 |
|
|
60 |
* analyze the {@link Style} of every visible(?) layer and determine the label |
* analyze the {@link Style} of every visible(?) layer and determine the label |
61 |
* attribute. This field is then searched for every feature. |
* attribute. This field is then searched for every feature. |
62 |
* |
* |
63 |
* @author Stefan A. Krüger |
* @author Stefan A. Tzeggai |
64 |
* |
* |
65 |
*/ |
*/ |
66 |
public class LabelSearch { |
public class LabelSearch { |