Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/CartoLineSymbolReader.java @ 180:f4eb506499f5
Done some code styling and removed TODOs.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 11 Jul 2011 12:11:08 +0200 |
parents | 6d294beb0e59 |
children | 0bde090506f9 |
comparison
equal
deleted
inserted
replaced
179:f3a91cd7440b | 180:f4eb506499f5 |
---|---|
172 String.valueOf(symbol.getWidth())); | 172 String.valueOf(symbol.getWidth())); |
173 } | 173 } |
174 catch(IOException ioe) { | 174 catch(IOException ioe) { |
175 logger.warn("Could not read width."); | 175 logger.warn("Could not read width."); |
176 } | 176 } |
177 //TODO Read further attributes depending on the Mapscript functionality: | |
178 // Template, MarkerSymbol, LineDecorations | |
179 | 177 |
180 try { | 178 try { |
181 Template temp = (Template)symbol.getTemplate(); | 179 Template temp = (Template)symbol.getTemplate(); |
182 double length = temp.getInterval(); | 180 double length = temp.getInterval(); |
183 int count = temp.getPatternElementCount(); | 181 int count = temp.getPatternElementCount(); |