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

Elavazhagan. M elavazhagan.mouniandy at kcubeconsulting.com
Wed Jan 12 00:58:27 EST 2011


Hello Greg,

 

This does NOT seem to address the issue. I still get the GML in old format.
Please note that I had taken the binaries from the below link:

http://download.osgeo.org/fdo/3.6.0/builds/
<http://download.osgeo.org/fdo/3.6.0/builds/F040/> F040/

 

Regards,

Ela.

 

From: fdo-users-bounces at lists.osgeo.org
[mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Greg Boone
Sent: Tuesday, January 11, 2011 9:32 PM
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

 

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/
<http://download.osgeo.org/fdo/3.6.0/builds/F040/> 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/20110112/9d9b75c2/attachment.html


More information about the fdo-users mailing list