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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 256 by alfonx, Fri Jul 31 14:43:47 2009 UTC revision 888 by alfonx, Thu Jun 3 10:48:43 2010 UTC
# Line 25  Line 25 
25   *   *
26   * Contributors:   * Contributors:
27   *     Martin O. J. Schmitz - initial API and implementation   *     Martin O. J. Schmitz - initial API and implementation
28   *     Stefan A. Krüger - additional utility classes   *     Stefan A. Tzeggai - additional utility classes
29   ******************************************************************************/   ******************************************************************************/
30  package skrueger.geotools;  package skrueger.geotools;
31    
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   *   *
40   * @author <a href="mailto:[email protected]">Stefan Alfons Kr&uuml;ger</a>   * @author <a href="mailto:[email protected]">Stefan Alfons Tzeggai</a>
41   */   */
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    

Legend:
Removed from v.256  
changed lines
  Added in v.888

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26