Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/pom.xml @ 465:f7038820df2e
Added support to trace rasters to JTS multi polygons and multi line strings.
Write them to shape files with GeoTools.
gnv-artifacts/trunk@526 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 11 Jan 2010 00:29:45 +0000 |
parents | 21fbd254db71 |
children | 4080b57dcb52 |
comparison
equal
deleted
inserted
replaced
464:70df44021a9f | 465:f7038820df2e |
---|---|
75 </dependency> | 75 </dependency> |
76 <dependency> | 76 <dependency> |
77 <groupId>org.apache.xmlgraphics</groupId> | 77 <groupId>org.apache.xmlgraphics</groupId> |
78 <artifactId>batik-dom</artifactId> | 78 <artifactId>batik-dom</artifactId> |
79 <version>1.7</version> | 79 <version>1.7</version> |
80 </dependency> | 80 </dependency> |
81 <dependency> | 81 <dependency> |
82 <groupId>org.apache.xmlgraphics</groupId> | 82 <groupId>org.apache.xmlgraphics</groupId> |
83 <artifactId>batik-svggen</artifactId> | 83 <artifactId>batik-svggen</artifactId> |
84 <version>1.7</version> | 84 <version>1.7</version> |
85 </dependency> | 85 </dependency> |
86 <dependency> | 86 <dependency> |
87 <groupId>com.lowagie</groupId> | 87 <groupId>com.lowagie</groupId> |
88 <artifactId>itext</artifactId> | 88 <artifactId>itext</artifactId> |
89 <version>2.1.7</version> | 89 <version>2.1.7</version> |
90 </dependency> | 90 </dependency> |
111 <dependency> | 111 <dependency> |
112 <groupId>oro</groupId> | 112 <groupId>oro</groupId> |
113 <artifactId>oro</artifactId> | 113 <artifactId>oro</artifactId> |
114 <version>2.0.8</version> | 114 <version>2.0.8</version> |
115 </dependency> | 115 </dependency> |
116 <dependency> | 116 <dependency> |
117 <groupId>org.geotools</groupId> | |
118 <artifactId>gt2-shapefile</artifactId> | |
119 <version>2.4.5</version> | |
120 </dependency> | |
121 <dependency> | |
117 <groupId>com.vividsolutions</groupId> | 122 <groupId>com.vividsolutions</groupId> |
118 <artifactId>jts</artifactId> | 123 <artifactId>jts</artifactId> |
119 <version>1.9</version> | 124 <version>1.9</version> |
120 </dependency> | 125 </dependency> |
121 <dependency> | 126 <dependency> |
122 <groupId>trove</groupId> | 127 <groupId>trove</groupId> |
123 <artifactId>trove</artifactId> | 128 <artifactId>trove</artifactId> |
124 <version>2.1.1</version> | 129 <version>2.1.1</version> |
125 </dependency> | 130 </dependency> |
126 </dependencies> | 131 </dependencies> |
127 <repositories> | 132 <repositories> |
128 <repository> | 133 <repository> |
129 <id>gt2.repo</id> | 134 <id>gt2.repo</id> |