[fdo-users] Re: ArcSde provider unsupported geometry type

Jason Birch jason at jasonbirch.com
Sun Feb 7 19:16:32 EST 2010


Looks like the content of the geometry is only XY anyway; is there anyway to
strip the ZM on the way in?  If not, some CAST-style operators would be
useful...

Jason

On 7 February 2010 14:19, Dan Stoica <dan.stoica at autodesk.com> wrote:

> It's even a little bit more restrictive, WKB is 2D only:
>
> FdoByteArray * FdoFgfGeometryFactory::GetWkb(FdoIGeometry * geometry)
> {
>    if (dimensionality != FdoDimensionality_XY)
>        throw
> FdoException::Create(FdoException::NLSGetMessage(FDO_NLSID(FDO_10_UNSUPPORTEDGEOMETRYTYPE)));
>
>
> Giorgos, what do you need the WKB for?
>
> Dan.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/fdo-users/attachments/20100207/5414e5c6/attachment.html


More information about the fdo-users mailing list