<HTML><HEAD><TITLE>Re: [Gvsig_english] Oracle Arc´s</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.17023" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText27339>
<DIV><FONT face="Times New Roman" color=#000000 size=3>
<DIV><FONT face="Times New Roman" color=#000000 size=3>Hello, just to further clarify this point:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>This is the method currently used to generate a curve when gvSIG reads an Oracle Spatial curve:</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/GeneralPath.html#quadTo%28float,%20float,%20float,%20float%29">http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/GeneralPath.html#quadTo%28float,%20float,%20float,%20float%29</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>which is not the&nbsp;type of curve intended by Oracle Spatial. To achieve&nbsp;the correct type of curve, this method should be used:</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/GeneralPath.html#append%28java.awt.Shape,%20boolean%29">http://java.sun.com/j2se/1.5.0/docs/api/java/awt/geom/GeneralPath.html#append%28java.awt.Shape,%20boolean%29</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>where Shape would be an Arc2D,&nbsp;but this&nbsp;needs some additional computation because Arc2D cannot be created directly from 3 points&nbsp;of it (as Oracle Spatial does)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>As for bicubic splines, in which CAD formats are they defined? I don't know if gvSIG CAD drivers read them properly.&nbsp;Can you send a sample CAD file with one of those splines?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Times New Roman" color=#000000 size=3>Regards,</FONT></DIV></FONT></DIV>
<DIV><FONT face="Times New Roman" color=#000000 size=3></FONT>&nbsp;</DIV></DIV>
<DIV id=idSignature51851>
<DIV><FONT face="Courier New" size=2><FONT face="Times New Roman" size=3>Juan Lucas Domínguez Rubio<BR></FONT>---</FONT></DIV>
<DIV><FONT face="Courier New" size=2><FONT face="Courier New" size=2><FONT face="Courier New" size=2>Prodevelop SL, Valencia (España)</FONT></DIV>
<DIV>
<DIV><FONT face="Courier New" size=2>Tlf.: 96.351.06.12 -- Fax: 96.351.09.68<BR></FONT><A href="http://www.prodevelop.es/"><FONT face="Courier New" size=2>http://www.prodevelop.es</FONT></A><BR><FONT face="Courier New" size=2>---</FONT></DIV></FONT></DIV></FONT></DIV>
<DIV><BR>
<HR>
<FONT face=Tahoma size=2><B>De:</B> gvsig_internacional-bounces@listserv.gva.es en nombre de spatialjoe<BR><B>Enviado el:</B> vie 28/05/2010 10:57<BR><B>Para:</B> gvsig_internacional@listserv.gva.es<BR><B>Asunto:</B> Re: [Gvsig_english] Oracle Arc´s<BR></FONT><BR></DIV>
<DIV><BR>
<P><FONT size=2>Hi all,<BR>now this sounds interesting.<BR>I am not a programmer so I wonder if you could use or modify java2d to deal<BR>with bicubic splines which are often used in CAD-drawings.<BR>Can anyone comment on this subject?<BR><BR>Best,<BR><BR>Johannes<BR>--<BR>View this message in context: <A href="http://osgeo-org.1803224.n2.nabble.com/Oracle-Arc-s-tp5109729p5112243.html">http://osgeo-org.1803224.n2.nabble.com/Oracle-Arc-s-tp5109729p5112243.html</A><BR>Sent from the gvSIG international mailing list archive at Nabble.com.<BR>_______________________________________________<BR>Gvsig_internacional mailing list<BR>Gvsig_internacional@listserv.gva.es<BR><A href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional">http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</A><BR></FONT></P></DIV></BODY></HTML>