Parent Directory
|
Revision Log
* big biG BIG refactoring: StyledMap[Interface,Util,Style] never dealt with Maps (=Orchestrations of layers), but always only with single Layers. Now it has been refactored to StyledLayer[Interface,Util,Style]. * Some variable names and methodNames have been corrected also, but many will still be missing. * New JARs committed
1 | package skrueger.geotools; |
2 | |
3 | import skrueger.RasterLegendData; |
4 | |
5 | /** |
6 | * A {@link StyledLayerInterface} that is associated to a {@link RasterLegendData}. The datatype is not yet defined. |
7 | * |
8 | * @see StyledGridCoverageInterface |
9 | * |
10 | * @author <a href="mailto:[email protected]">Stefan Alfons Krüger</a> |
11 | */ |
12 | public interface StyledRasterInterface<E> extends StyledLayerInterface<E> { |
13 | |
14 | /** |
15 | * @return A {@link RasterLegendData} object with pairs of value / label information |
16 | */ |
17 | RasterLegendData getLegendMetaData(); |
18 | |
19 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |