<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Oracle doesn&#8217;t support curves in a lat/long coordinate system. SRID 4326 is WGS 84. Maybe that&#8217;s your problem here?<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Orest.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> fdo-users-bounces@lists.osgeo.org [mailto:fdo-users-bounces@lists.osgeo.org] <b>On Behalf Of </b>Brad Nesom<br><b>Sent:</b> Tuesday, December 07, 2010 11:26 PM<br><b>To:</b> FDO Users Mail List<br><b>Subject:</b> Re: [fdo-users] Re: Storing MultiCurvePolygon King Oracle Provider<o:p></o:p></span></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p class=MsoNormal>I would think that Bryan Hall could help on the OTN spatial forum. Sorry to direct to another list but...<o:p></o:p></p></div><div><p class=MsoNormal>&nbsp;<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><a href="http://forums.oracle.com/forums/forum.jspa?forumID=76">http://forums.oracle.com/forums/forum.jspa?forumID=76</a><o:p></o:p></p></div><div><p class=MsoNormal>On Tue, Dec 7, 2010 at 9:05 PM, Zac Spitzer &lt;<a href="mailto:zac.spitzer@gmail.com">zac.spitzer@gmail.com</a>&gt; wrote:<o:p></o:p></p><p class=MsoNormal>are the GEOMS 2d or 3d? Simons example is 2d<br><br>aside: the -180 -90 stuff is a bit quirky... folklore is that some of<br>the oracle spatial guru's<br>recommend always putting those default value in place, while many spatial apps<br>assume those are the default extents.. but I think it might dates back<br>to the older<br>quad tree indexing(?) days<br><br>z<o:p></o:p></p><div><div><p class=MsoNormal style='margin-bottom:12.0pt'><br>On Wed, Dec 8, 2010 at 1:15 PM, Brad Nesom &lt;<a href="mailto:kidsmake6@msn.com">kidsmake6@msn.com</a>&gt; wrote:<br>&gt; I am wondering if you poly is too large. I seem to remember some threads on<br>&gt; oracle spatial discussing trying to contain an entire globe dataset<br>&gt; incompassed by the 4326 wkid. I am way out of my element here but your -180,<br>&gt; -90 made me think of that.<br>&gt; Brad<br>&gt;<br>&gt; On Tue, Dec 7, 2010 at 4:17 AM, Simon Pelicon &lt;<a href="mailto:simon@sl-king.com">simon@sl-king.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; Hi!<br>&gt;&gt; I have no problems saving&nbsp;MultiCurvePolygons into Oracle using&nbsp;AutoCadMap<br>&gt;&gt; 2010 (or 2011).<br>&gt;&gt; I am using KingOracle provider version&nbsp;0.8.23.<br>&gt;&gt; My SQL for the SDO_GEOM_METADATA_TABLE value is:<br>&gt;&gt; INSERT INTO MDSYS.SDO_GEOM_METADATA_TABLE VALUES ('SIMON','VDITCH',<br>&gt;&gt; 'GEOMETRY',MDSYS.SDO_DIM_ARRAY(MDSYS.SDO_DIM_ELEMENT('X',<br>&gt;&gt; -180,180,0.005),MDSYS.SDO_DIM_ELEMENT('Y', -90,90, 0.005)),4326);<br>&gt;&gt;<br>&gt;&gt; simon<br>&gt;&gt;<br>&gt;&gt; On Mon, Dec 6, 2010 at 9:41 AM, GISkit_Paul &lt;<a href="mailto:paul@giskit.nl">paul@giskit.nl</a>&gt; wrote:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Hello,<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Although Simon&#8217;s suggestion seems logical, it doesn&#8217;t solve the problem.<br>&gt;&gt;&gt; Using the same Oracle table, AutoCadMap 2010 (or 2011), connecting via<br>&gt;&gt;&gt; the<br>&gt;&gt;&gt; standard Oracle Connection, I can add hand-drawn MultiCurvePolygons.<br>&gt;&gt;&gt; Using AutoCadMap 2010, connecting via the King Oracle provider and<br>&gt;&gt;&gt; manually<br>&gt;&gt;&gt; adding MultiCurvePolygons causes the same error. Is the problem perhaps<br>&gt;&gt;&gt; caused by the King Oracle Provider?<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Regards,<br>&gt;&gt;&gt; Paul<br>&gt;&gt;&gt; --<br>&gt;&gt;&gt; View this message in context:<br>&gt;&gt;&gt; <a href="http://osgeo-org.1803224.n2.nabble.com/Storing-MultiCurvePolygon-King-Oracle-Provider-tp5773817p5807022.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Storing-MultiCurvePolygon-King-Oracle-Provider-tp5773817p5807022.html</a><br>&gt;&gt;&gt; Sent from the FDO Users mailing list archive at Nabble.com.<br>&gt;&gt;&gt; _______________________________________________<br>&gt;&gt;&gt; fdo-users mailing list<br>&gt;&gt;&gt; <a href="mailto:fdo-users@lists.osgeo.org">fdo-users@lists.osgeo.org</a><br>&gt;&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/fdo-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/fdo-users</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; fdo-users mailing list<br>&gt;&gt; <a href="mailto:fdo-users@lists.osgeo.org">fdo-users@lists.osgeo.org</a><br>&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/fdo-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/fdo-users</a><br>&gt;&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; fdo-users mailing list<br>&gt; <a href="mailto:fdo-users@lists.osgeo.org">fdo-users@lists.osgeo.org</a><br>&gt; <a href="http://lists.osgeo.org/mailman/listinfo/fdo-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/fdo-users</a><br>&gt;<br>&gt;<br><br><br><o:p></o:p></p></div></div><p class=MsoNormal><span style='color:#888888'>--<br>Zac Spitzer<br>Solution Architect / Director<br>Ennoble Consultancy Australia<br><a href="http://www.ennoble.com.au/" target="_blank">http://www.ennoble.com.au</a><br><a href="http://zacster.blogspot.com/" target="_blank">http://zacster.blogspot.com</a><br>+61 405 847 168</span><o:p></o:p></p><div><div><p class=MsoNormal style='margin-bottom:12.0pt'>_______________________________________________<br>fdo-users mailing list<br><a href="mailto:fdo-users@lists.osgeo.org">fdo-users@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/fdo-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/fdo-users</a><o:p></o:p></p></div></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>