RE: [svg-developers] Re: IBM DB2 Spatial and SVG?

2005-04-20 Thread Carroll, Brendan M.
If you're planning to pull directly from ArcIMS via SDE and ST_Geometry, you could use something like this. BC -Original Message- From: svg-developers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Neumann Sent: Wednesday, April 20, 2005 6:12 AM To: svg-developers@yahoogr

RE: [svg-developers] Re: IBM DB2 Spatial and SVG?

2005-04-20 Thread Carroll, Brendan M.
FileOutputStream fw=new FileOutputStream(f); if (!f.exists()){ f.createNewFile(); } byte[] byt=svg.getBytes("UTF-8"); fw.write(byt); }catch(Exception e){} } /* public static void main(String[] args) { SVGGenerator a =new SVGGenerator(); System.out.p