3 |
import skrueger.RasterLegendData; |
import skrueger.RasterLegendData; |
4 |
|
|
5 |
/** |
/** |
6 |
* A {@link StyledMapInterface} that is associated to a {@link RasterLegendData}. The datatype is not yet defined. |
* A {@link StyledLayerInterface} that is associated to a {@link RasterLegendData}. The datatype is not yet defined. |
7 |
* |
* |
8 |
* @see StyledGridCoverageInterface |
* @see StyledGridCoverageInterface |
9 |
* |
* |
10 |
* @author <a href="mailto:[email protected]">Stefan Alfons Krüger</a> |
* @author <a href="mailto:[email protected]">Stefan Alfons Krüger</a> |
11 |
*/ |
*/ |
12 |
public interface StyledRasterInterface<E> extends StyledMapInterface<E> { |
public interface StyledRasterInterface<E> extends StyledLayerInterface<E> { |
13 |
|
|
14 |
/** |
/** |
15 |
* @return A {@link RasterLegendData} object with pairs of value / label information |
* @return A {@link RasterLegendData} object with pairs of value / label information |