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