/[schmitzm]/branches/1.0-gt2-2.6/src/skrueger/geotools/StyledRasterInterface.java
ViewVC logotype

Annotation of /branches/1.0-gt2-2.6/src/skrueger/geotools/StyledRasterInterface.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 224 - (hide annotations)
Tue Jul 14 15:57:19 2009 UTC (15 years, 7 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/StyledRasterInterface.java
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 mojays 2 package skrueger.geotools;
2    
3     import skrueger.RasterLegendData;
4    
5     /**
6 alfonx 224 * A {@link StyledLayerInterface} that is associated to a {@link RasterLegendData}. The datatype is not yet defined.
7 mojays 2 *
8     * @see StyledGridCoverageInterface
9     *
10     * @author <a href="mailto:[email protected]">Stefan Alfons Kr&uuml;ger</a>
11     */
12 alfonx 224 public interface StyledRasterInterface<E> extends StyledLayerInterface<E> {
13 mojays 2
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