comparison src/java/de/intevation/mxd/writer/MarkerStyleWriter.java @ 120:11d63bf00326

Changed exception handling and logging in writer classes.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 16 Jun 2011 14:49:45 +0200
parents 7d4cf2db43f1
children 8f30f7e802d6
comparison
equal deleted inserted replaced
119:84f202b6aa65 120:11d63bf00326
36 } 36 }
37 37
38 /** 38 /**
39 * Write the content. 39 * Write the content.
40 */ 40 */
41 public boolean write(Element symbolElement) 41 public boolean write(Element symbolElement) {
42 throws Exception {
43 logger.debug("write(Element)"); 42 logger.debug("write(Element)");
44 symbolSetObj symbolSet = map.getSymbolset(); 43 symbolSetObj symbolSet = map.getSymbolset();
45 44
46 if (symbolElement.hasAttribute("angle")) { 45 if (symbolElement.hasAttribute("angle")) {
47 style.setAngle( 46 style.setAngle(
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)