comparison src/java/de/intevation/mxd/reader/ArrowMarkerSymbolReader.java @ 63:5c5ef5768893

Added MultiLayerLineSymbolReader.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 24 May 2011 16:51:01 +0200
parents 5fc813f40fa5
children 7eba97e8201b
comparison
equal deleted inserted replaced
62:e468cf8701ea 63:5c5ef5768893
45 } 45 }
46 else { 46 else {
47 throw new Exception("Not a ArrowMarkerSymbol!"); 47 throw new Exception("Not a ArrowMarkerSymbol!");
48 } 48 }
49 } 49 }
50
51 public ArrowMarkerSymbolReader(IMarkerSymbol symbol)
52 throws Exception {
53 logger.debug("contructor()");
54 if(symbol instanceof ArrowMarkerSymbol) {
55 this.symbol = (ArrowMarkerSymbol)symbol;
56 }
57 else {
58 throw new Exception("Not a ArrowMarkerSymbol!");
59 }
60 }
61
50 62
51 /** 63 /**
52 * Setter for the parent XML element. 64 * Setter for the parent XML element.
53 * 65 *
54 * @param parent The XML parent node. 66 * @param parent The XML parent node.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)