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!

LRS Multipoints question

TValMar 28 2007 — edited Mar 29 2007
Hello all,

First of all, is LRS supported with Multipoints (GType 05)?

I have tried using GTYPES 3305, 4405 and 4305. Each of these fail SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT with the error code 13331 (invalid LRS segment). I would have assumed that multipoints are not supported, but GType 4005 passes the validation. Anyone got any idea on this? I included the SDO constructors.

Thanks Travis

Oracle 10.2.0.2.0

SDO_GEOMETRY(3305, 32620, null, SDO_ELEM_INFO_ARRAY(1, 1, 5), SDO_ORDINATE_ARRAY (100, 100, 1010, 110, 110, 1110, 120, 120, 1210, 130, 130, 1310, 140, 140, 1410))

SDO_GEOMETRY(4405, 32620, null, SDO_ELEM_INFO_ARRAY(1, 1, 5), SDO_ORDINATE_ARRAY (100, 100, 10, 1010, 110, 110, 10, 1020, 120, 120, 10, 1030, 130, 130, 10, 1040, 140, 140, 10, 1050))

SDO_GEOMETRY(4005, 32620, null, SDO_ELEM_INFO_ARRAY(1, 1, 5), SDO_ORDINATE_ARRAY (100, 100, 10, 1010, 110, 110, 10, 1010, 120, 120, 10, 1010, 130, 130, 10, 1010, 140, 140, 10, 1010))

SDO_GEOMETRY(4305, 32620, null, SDO_ELEM_INFO_ARRAY(1, 1, 5), SDO_ORDINATE_ARRAY (100, 100, 1010, 10, 110, 110, 1110, 10, 120, 120, 1210, 10, 130, 130, 1310, 10, 140, 140, 1410, 10)));

Message was edited by:
user566677
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2007
Added on Mar 28 2007
4 comments
639 views