[fdo-users] Which GML version is supported by FDO 3.5.0

Greg Boone greg.boone at autodesk.com
Tue Jan 11 11:02:02 EST 2011


This comes from one of our open source developers:

The xmlFlags (base class for xmlFeatureFlags) has a new GmlVersion property that controls whether GML 2.1 or 3 is written. On quick look, the default is 2.1. Try setting it to 3

    e.g. xmlFeatureFlags.GmlVersion = GmlVersion.GmlVersion_311

Greg


From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Elavazhagan. M
Sent: Tuesday, January 11, 2011 7:49 AM
To: 'FDO Users Mail List'
Cc: arunkumar.palaniappan at kcubeconsulting.com
Subject: RE: [fdo-users] Which GML version is supported by FDO 3.5.0

Hello Greg,

The link had only Linux binaries so I downloaded WIN32 binaries from
http://download.osgeo.org/fdo/3.6.0/builds/F040/

But I still get the GML in the old format. Do I need to set anything in the below parameters before calling XmlFeatureSerializer.XmlSerialize(...)?
featureReader
xmlFeatureWriter
xmlFeatureFlags

Please let me know.

Thanks,
Ela.

From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Elavazhagan. M
Sent: Tuesday, January 11, 2011 11:42 AM
To: 'FDO Users Mail List'
Cc: arunkumar.palaniappan at kcubeconsulting.com
Subject: RE: [fdo-users] Which GML version is supported by FDO 3.5.0

Hi Greg,

Thanks a lot! I will try the latest 3.6.0 build of FDO.

Regards,
Ela.

From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Greg Boone
Sent: Monday, January 10, 2011 8:51 PM
To: FDO Users Mail List
Subject: RE: [fdo-users] Which GML version is supported by FDO 3.5.0

FDO 3.5 supports GML 2.1.2

FDO 3.6 will support GML 3.0.

The latest 3.6.0 build of FDO is extremely stable and usable in a production environment.

http://download.osgeo.org/fdo/3.6.0/builds/F041/

Greg

From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Elavazhagan. M
Sent: Monday, January 10, 2011 6:59 AM
To: 'FDO Users Mail List'
Subject: [fdo-users] Which GML version is supported by FDO 3.5.0

Hi,

Can anybody please tell me which GML version is supported by FDO 3.5.0? I am using the following code to generate a GML file:

XmlFeatureSerializer.XmlSerialize(featureReader, xmlFeatureWriter, xmlFeatureFlags);

But I am getting a file with old GML tags:
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>

But I need the tags to be of the latest GML version, like :
<gml:exterior>
<gml:LinearRing>
<gml:posList>

Is that possible with FDO 3.5.0?

Thanks in advance.

Regards,
Ela.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/fdo-users/attachments/20110111/becc4f84/attachment-0001.html


More information about the fdo-users mailing list