<meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--><div class=WordSection1><p class=MsoNormal><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hi,<o:p></o:p></span></p><p class=MsoNormal><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p><p class=MsoNormal><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Is there a way to reproject to WGS84 while generating GML file?<o:p></o:p></span></p><p class=MsoNormal><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">My source layer in “WGS84/UTM 44N” coordinate system.<o:p></o:p></span></p><p class=MsoNormal><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p><p class=MsoNormal><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Regards,<o:p></o:p></span></p><p class=MsoNormal><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">P.Arunkumar<o:p></o:p></span></p><p class=MsoNormal><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p><p class=MsoNormal><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Brent Robinson [via OSGeo.org] [mailto:<a href="/user/SendEmail.jtp?type=node&node=5944237&i=0" target="_top" rel="nofollow">[hidden email]</a>] <br><b>Sent:</b> Thursday, January 20, 2011 2:13 AM<br><b>To:</b> Arunkumar<br><b>Subject:</b> RE: srsName conversion in FDO 3.6 GML latest versoin<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hi Ela, <br><br>Yes. It would be a search and replace. <br><br>Brent. <br><br>-----Original Message----- <br>From: <a href="/user/SendEmail.jtp?type=node&node=5941300&i=0&by-user=t" target="_top" rel="nofollow" link="external">[hidden email]</a> [mailto:<a href="/user/SendEmail.jtp?type=node&node=5941300&i=1&by-user=t" target="_top" rel="nofollow" link="external">[hidden email]</a>] On Behalf Of Elavazhagan. M <br>Sent: Wednesday, January 19, 2011 10:07 AM <br>To: 'FDO Users Mail List' <br>Cc: 'Arunkumar Palaniappan' <br>Subject: RE: [fdo-users] RE: srsName conversion in FDO 3.6 GML latest versoin <br><br>Hi, <br><br>Does "post processing" mean we need to do a "Search & Replace" on srsName <br>after generating the GML? <br><br>Thanks, <br>Ela. <o:p></o:p></p><div><p class=MsoNormal><div class='shrinkable-quote'><br>> -----Original Message----- <br>> From: <a href="/user/SendEmail.jtp?type=node&node=5941300&i=2&by-user=t" target="_top" rel="nofollow" link="external">[hidden email]</a> [mailto:fdo-users- <br>> <a href="/user/SendEmail.jtp?type=node&node=5941300&i=3&by-user=t" target="_top" rel="nofollow" link="external">[hidden email]</a>] On Behalf Of Brent Robinson <br>> Sent: Tuesday, January 18, 2011 7:40 PM <br>> To: FDO Users Mail List <br>> Subject: RE: [fdo-users] RE: srsName conversion in FDO 3.6 GML latest <br>> versoin <br>> <br>> Hi, <br>> <br>> I've posted a couple of workarounds to the "Which GML version is <br>> supported by FDO 3.5.0" thread today. Although the source is SHP, it's <br>> probably the same issue as for ArcSDE and WFS. <br>> <br>> Adding the xmlFeatureFlags settings would be the easier option but, <br>> although postprocessing the XML would be more work, it would be safer <br>> since the xmlFeatureFlags option relies on another bug. <br>> <br>> Brent. <br>> <br>> -----Original Message----- <br>> From: <a href="/user/SendEmail.jtp?type=node&node=5941300&i=4&by-user=t" target="_top" rel="nofollow" link="external">[hidden email]</a> [mailto:fdo-users- <br>> <a href="/user/SendEmail.jtp?type=node&node=5941300&i=5&by-user=t" target="_top" rel="nofollow" link="external">[hidden email]</a>] On Behalf Of Arunkumar <br>> Sent: Tuesday, January 18, 2011 2:08 AM <br>> To: <a href="/user/SendEmail.jtp?type=node&node=5941300&i=6&by-user=t" target="_top" rel="nofollow" link="external">[hidden email]</a> <br>> Subject: [fdo-users] RE: srsName conversion in FDO 3.6 GML latest <br>> versoin <br>> <br>> <br>> Hi, <br>> <br>> I am using the following code to generate latest GML version file. <br>> <br>> String xsdFilePath = outputGMLFilePath+ ".xsd"; <br>> XmlWriter xsdXmlWriter = new XmlWriter(xsdFilePath); <br>> XmlSpatialContextWriter spatialContextWriter = new <br>> XmlSpatialContextWriter(xsdXmlWriter); <br>> XmlSpatialContextSerializer.XmlSerialize(connection, <br>> spatialContextWriter); <br>> featureClass.FeatureSchema.WriteXml(xsdXmlWriter); <br>> spatialContextWriter.Dispose(); <br>> xsdXmlWriter.Close(); <br>> xsdXmlWriter.Dispose(); <br>> <br>> XmlFeatureFlags xmlFeatureFlags = new <br>> XmlFeatureFlags(xsdFilePath); <br>> xmlFeatureFlags.GmlVersion = GmlVersion.GmlVersion_311; <br>> XmlWriter gmlXmlWriter = new XmlWriter(outputGMLFilePath); <br>> XmlFeatureWriter xmlFeatureWriter = new <br>> XmlFeatureWriter(gmlXmlWriter, xmlFeatureFlags); <br>> IFeatureReader featureReader = null; <br>> XmlFeatureSerializer.XmlSerialize(featureReader, <br>> xmlFeatureWriter); <br>> <br>> I am generating this GML file for "ArcSDE" and "WFS" providers. <br>> now i need convert the srsName from Defalut or existing coordinate <br>> system to <br>> EPSG:4326. <br>> <br>> Thanks, <br>> P.Arunkumar <br>> <br>> -- <br>> View this message in context: <a href="http://osgeo-" target="_top" rel="nofollow" link="external">http://osgeo-</a><br>> org.1803224.n2.nabble.com/srsName-conversion-in-FDO-3-6-GML-latest- <br>> versoin-tp5917749p5934679.html <br>> Sent from the FDO Users mailing list archive at Nabble.com. <br>> _______________________________________________ <br>> fdo-users mailing list <br>> <a href="/user/SendEmail.jtp?type=node&node=5941300&i=7&by-user=t" target="_top" rel="nofollow" link="external">[hidden email]</a> <br>> <a href="http://lists.osgeo.org/mailman/listinfo/fdo-users" target="_top" rel="nofollow" link="external">http://lists.osgeo.org/mailman/listinfo/fdo-users</a><br>> _______________________________________________ <br>> fdo-users mailing list <br>> <a href="/user/SendEmail.jtp?type=node&node=5941300&i=8&by-user=t" target="_top" rel="nofollow" link="external">[hidden email]</a> <br>> <a href="http://lists.osgeo.org/mailman/listinfo/fdo-users" target="_top" rel="nofollow" link="external">http://lists.osgeo.org/mailman/listinfo/fdo-users</a><o:p></o:p></p></div><p class=MsoNormal style="margin-bottom:12.0pt"></div>_______________________________________________ <br>fdo-users mailing list <br><a href="/user/SendEmail.jtp?type=node&node=5941300&i=9&by-user=t" target="_top" rel="nofollow" link="external">[hidden email]</a> <br><a href="http://lists.osgeo.org/mailman/listinfo/fdo-users" target="_top" rel="nofollow" link="external">http://lists.osgeo.org/mailman/listinfo/fdo-users</a><br>_______________________________________________ <br>fdo-users mailing list <br><a href="/user/SendEmail.jtp?type=node&node=5941300&i=10&by-user=t" target="_top" rel="nofollow" link="external">[hidden email]</a> <br><a href="http://lists.osgeo.org/mailman/listinfo/fdo-users" target="_top" rel="nofollow" link="external">http://lists.osgeo.org/mailman/listinfo/fdo-users</a><br><br><o:p></o:p></p><div class=MsoNormal align=center style="text-align:center"><hr size=1 width="100%" noshade style="color:#CCCCCC" align=center></div><div><div><p class=MsoNormal><b><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#444444">If you reply to this email, your message will be added to the discussion below:<o:p></o:p></span></b></p></div><p class=MsoNormal><span style="font-size:9.0pt;font-family:"Tahoma","sans-serif";color:#444444"><a href="http://osgeo-org.1803224.n2.nabble.com/srsName-conversion-in-FDO-3-6-GML-latest-versoin-tp5917749p5941300.html?by-user=t" target="_top" rel="nofollow" link="external">http://osgeo-org.1803224.n2.nabble.com/srsName-conversion-in-FDO-3-6-GML-latest-versoin-tp5917749p5941300.html</a> <o:p></o:p></span></p></div><div><p class=MsoNormal><span style="font-size:8.5pt;font-family:"Tahoma","sans-serif";color:#666666">To unsubscribe from srsName conversion in FDO 3.6 GML latest versoin, <a href="http://osgeo-org.1803224.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5917749&code=YXJ1bmt1bWFyLnBhbGFuaWFwcGFuQGtjdWJlY29uc3VsdGluZy5jb218NTkxNzc0OXwtMTM5NzMxOTA5NA==&by-user=t" target="_top" rel="nofollow" link="external">click here</a>. <o:p></o:p></span></p></div></div>
<br><hr align="left" width="300">
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/srsName-conversion-in-FDO-3-6-GML-latest-versoin-tp5917749p5944237.html">RE: srsName conversion in FDO 3.6 GML latest versoin</a><br>
Sent from the <a href="http://osgeo-org.1803224.n2.nabble.com/FDO-Users-f2048584.html">FDO Users mailing list archive</a> at Nabble.com.<br>