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

Dan Stoica dan.stoica at autodesk.com
Sun Feb 7 17:19:23 EST 2010


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.

-----Original Message-----
From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Jackie Ng
Sent: Sunday, February 07, 2010 5:09 PM
To: fdo-users at lists.osgeo.org
Subject: [fdo-users] Re: ArcSde provider unsupported geometry type


Your geometry is a 4D (X, Y, Z, M) geometry. WKB does not support the M
dimension, hence the error message.

To get it into WKB form, you could strip the Z and M ordinates out of your
geometry.

- Jackie
-- 
View this message in context: http://n2.nabble.com/ArcSde-provider-unsupported-geometry-type-tp4531175p4531298.html
Sent from the FDO Users mailing list archive at Nabble.com.
_______________________________________________
fdo-users mailing list
fdo-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users


More information about the fdo-users mailing list