Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/FeatureLayerReader.java @ 33:c51376f8e24c
Separated converter components into packages.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 12 Apr 2011 13:20:49 +0200 |
parents | 40c0b4e5f91a |
children | 7a927921eb6c |
comparison
equal
deleted
inserted
replaced
32:8381aa59078e | 33:c51376f8e24c |
---|---|
1 //package de.intevation.mxd.reader; | 1 package de.intevation.mxd.reader; |
2 | 2 |
3 import java.io.IOException; | 3 import java.io.IOException; |
4 | 4 |
5 import org.apache.log4j.Logger; | 5 import org.apache.log4j.Logger; |
6 | 6 |
16 import org.w3c.dom.Attr; | 16 import org.w3c.dom.Attr; |
17 import org.w3c.dom.Document; | 17 import org.w3c.dom.Document; |
18 import org.w3c.dom.Element; | 18 import org.w3c.dom.Element; |
19 import org.w3c.dom.Node; | 19 import org.w3c.dom.Node; |
20 import org.w3c.dom.NodeList; | 20 import org.w3c.dom.NodeList; |
21 | |
22 import de.intevation.mxd.utils.MapToXMLUtils; | |
21 | 23 |
22 /** | 24 /** |
23 * Reads Layer information.. | 25 * Reads Layer information.. |
24 * | 26 * |
25 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> | 27 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> |