32 |
import skrueger.RasterLegendData; |
import skrueger.RasterLegendData; |
33 |
|
|
34 |
/** |
/** |
35 |
* A {@link StyledLayerInterface} that is associated to a {@link RasterLegendData}. The datatype is not yet defined. |
* A {@link StyledLayerInterface} that is associated to a |
36 |
|
* {@link RasterLegendData}. The datatype is not yet defined. |
37 |
* |
* |
38 |
* @see StyledGridCoverageInterface |
* @see StyledGridCoverageInterface |
39 |
* |
* |
42 |
public interface StyledRasterInterface<E> extends StyledLayerInterface<E> { |
public interface StyledRasterInterface<E> extends StyledLayerInterface<E> { |
43 |
|
|
44 |
/** |
/** |
45 |
* @return A {@link RasterLegendData} object with pairs of value / label information |
* @return A {@link RasterLegendData} object with pairs of value / label |
46 |
|
* information |
47 |
*/ |
*/ |
48 |
RasterLegendData getLegendMetaData(); |
RasterLegendData getLegendMetaData(); |
49 |
|
|