/[schmitzm]/trunk/src/skrueger/geotools/StyledRasterInterface.java
ViewVC logotype

Contents of /trunk/src/skrueger/geotools/StyledRasterInterface.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 224 - (show annotations)
Tue Jul 14 15:57:19 2009 UTC (15 years, 7 months ago) by alfonx
File size: 547 byte(s)
* 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&uuml;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