/[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 224 by alfonx, Tue Jul 14 15:57:19 2009 UTC revision 244 by alfonx, Wed Jul 29 09:33:33 2009 UTC
# Line 1  Line 1 
1  package skrueger.geotools;  /*******************************************************************************
2     * Copyright (c) 2009 Martin O. J. Schmitz.
3  import skrueger.RasterLegendData;   *
4     * This file is part of the SCHMITZM library - a collection of utility
5  /**   * classes based on Java 1.6, focussing (not only) on Java Swing
6   * A {@link StyledLayerInterface} that is associated to a {@link RasterLegendData}. The datatype is not yet defined.   * and the Geotools library.
7   *   *
8   * @see StyledGridCoverageInterface   * The SCHMITZM project is hosted at:
9   *   * http://wald.intevation.org/projects/schmitzm/
10   * @author <a href="mailto:[email protected]">Stefan Alfons Kr&uuml;ger</a>   *
11   */   * This program is free software; you can redistribute it and/or
12  public interface StyledRasterInterface<E> extends StyledLayerInterface<E> {   * modify it under the terms of the GNU Lesser General Public License
13     * as published by the Free Software Foundation; either version 3
14          /**   * of the License, or (at your option) any later version.
15           * @return A {@link RasterLegendData} object with pairs of value / label information   *
16           */   * This program is distributed in the hope that it will be useful,
17          RasterLegendData getLegendMetaData();   * but WITHOUT ANY WARRANTY; without even the implied warranty of
18     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  }   * GNU General Public License for more details.
20     *
21     * You should have received a copy of the GNU Lesser General Public License (license.txt)
22     * along with this program; if not, write to the Free Software
23     * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
24     * or try this link: http://www.gnu.org/licenses/lgpl.html
25     *
26     * Contributors:
27     *     Martin O. J. Schmitz - initial API and implementation
28     *     Stefan A. Krüger - additional utility classes
29     ******************************************************************************/
30    package skrueger.geotools;
31    
32    import skrueger.RasterLegendData;
33    
34    /**
35     * A {@link StyledLayerInterface} that is associated to a {@link RasterLegendData}. The datatype is not yet defined.
36     *
37     * @see StyledGridCoverageInterface
38     *
39     * @author <a href="mailto:[email protected]">Stefan Alfons Kr&uuml;ger</a>
40     */
41    public interface StyledRasterInterface<E> extends StyledLayerInterface<E> {
42    
43            /**
44             * @return A {@link RasterLegendData} object with pairs of value / label information
45             */
46            RasterLegendData getLegendMetaData();
47    
48    }

Legend:
Removed from v.224  
changed lines
  Added in v.244

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26