Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sdo_util.to_gml311geometry returns null for polygon with circular arcs.

Rene W.May 24 2013 — edited May 31 2013
The following statement results in an null value:
select sdo_util.to_gml311geometry(mdsys.sdo_geometry(2003
                                                    ,90112
                                                    ,null
                                                    ,mdsys.sdo_elem_info_array(1, 1003, 2)
                                                    ,mdsys.sdo_ordinate_array(154817.081
                                                                             ,464139.198
                                                                             ,154814.081
                                                                             ,464142.199
                                                                             ,154811.081
                                                                             ,464139.198
                                                                             ,154814.081
                                                                             ,464136.197
                                                                             ,154817.081
                                                                             ,464139.198))) gml

  from dual
Is this kind of geometry not supported?

Oracle 11.2.0.3.0

Edited by: Rene W. on May 24, 2013 12:11 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2013
Added on May 24 2013
10 comments
981 views