comparison src/java/de/intevation/mxd/IRendererReader.java @ 25:cbd67b1100d8

Initial commit of the first prototype.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 08 Apr 2011 11:47:59 +0200
parents
children
comparison
equal deleted inserted replaced
24:c0060abb7457 25:cbd67b1100d8
1 //package de.intevation.mxd.renderer;
2
3 import java.io.IOException;
4
5 import com.esri.arcgis.carto.IFeatureRenderer;
6
7 /**
8 * The interface to the renderer reader.
9 *
10 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
11 */
12 public interface IRendererReader{
13
14 public boolean read() throws IOException;
15 public void getRenderer() throws IOException;
16
17 }
18 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)