can KING Oracle deal with oracle oriented point?

1 message Options
Embed this post
Permalink
ary_s

can KING Oracle deal with oracle oriented point?

Reply Threaded More More options
Print post
Permalink
Hii group,

Does King.Oracle provider support oriented point in oracle? I tried to construct orientation of a point with

OSGeo.FDO.Geometry.IDirectPosition mypoint = fgf.CreatePositionXYM(10,15,0.123);
OSGeo.FDO.Geometry.IPoint ipo = fgf.CreatePoint(mypoint);
byte[] pByte2 = fgf.GetFgf(ipo);

Any one has an idea? thx