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

Annotation of /trunk/src/skrueger/geotools/StyledRasterPyramidInterface.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 685 - (hide annotations)
Wed Feb 10 15:04:02 2010 UTC (15 years ago) by alfonx
File MIME type: text/plain
File size: 1782 byte(s)
copy RC2 to trunk
1 alfonx 419 /*******************************************************************************
2     * Copyright (c) 2009 Stefan A. Krüger.
3     *
4     * This file is part of the AtlasViewer application - A GIS viewer application targeting at end-users with no GIS-experience. Its main purpose is to present the atlases created with the Geopublisher application.
5     * http://www.geopublishing.org
6     *
7     * AtlasViewer is part of the Geopublishing Framework hosted at:
8     * http://wald.intevation.org/projects/atlas-framework/
9     *
10     * This program is free software; you can redistribute it and/or
11     * modify it under the terms of the GNU Lesser General Public License
12     * as published by the Free Software Foundation; either version 3
13     * of the License, or (at your option) any later version.
14     *
15     * This program is distributed in the hope that it will be useful,
16     * but WITHOUT ANY WARRANTY; without even the implied warranty of
17     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18     * GNU General Public License for more details.
19     *
20     * You should have received a copy of the GNU Lesser General Public License (license.txt)
21     * along with this program; if not, write to the Free Software
22     * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23     * or try this link: http://www.gnu.org/licenses/lgpl.html
24     *
25     * Contributors:
26     * Stefan A. Krüger - initial API and implementation
27     ******************************************************************************/
28     package skrueger.geotools;
29    
30     import org.geotools.feature.FeatureCollection;
31     import org.opengis.feature.simple.SimpleFeature;
32     import org.opengis.feature.simple.SimpleFeatureType;
33    
34    
35     public interface StyledRasterPyramidInterface extends
36     StyledRasterInterface<FeatureCollection<SimpleFeatureType, SimpleFeature>> {
37     };

Properties

Name Value
svn:eol-style native
svn:keywords Id URL
svn:mime-type text/plain

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26