<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Save layer to kml in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423851#M10913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is very easily done. Search through the KML sample code and you will eventually find the code that converts a stream object into an XDocument object. You just have to write code to connect an OpenFileDialog.File.OpenRead() (Filestream) object to that routine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jun 2010 15:33:18 GMT</pubDate>
    <dc:creator>DanielWalton</dc:creator>
    <dc:date>2010-06-23T15:33:18Z</dc:date>
    <item>
      <title>Save layer to kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423847#M10909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, it is possible to save a dynamic or tiled map layer to kml? if yes, can anyone post a sample code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and also how can i dynamically add a kml file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks and God Bless&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 02:42:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423847#M10909</guid>
      <dc:creator>LedonneJuan</dc:creator>
      <dc:date>2010-06-22T02:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Save layer to kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423848#M10910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To create KML files, you can use the GP tools : MapToKML and/or LayerToKml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To create a kml layer in a ESRI silverlight application, there is a sample here : &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16487"&gt;http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16487&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and a thread here : &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/4897-KML-layer"&gt;http://forums.arcgis.com/threads/4897-KML-layer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 09:53:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423848#M10910</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-06-22T09:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Save layer to kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423849#M10911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. is it possible to add kml layer from local hard disk, just like in arc explorer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 02:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423849#M10911</guid>
      <dc:creator>LedonneJuan</dc:creator>
      <dc:date>2010-06-23T02:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Save layer to kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423850#M10912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The sample is not designed to allow adding kml layer from local hard disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I guess, it's possible to modify it in order to get a file by 'OpenFileDialog' and to use this file to populate the kml layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 11:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423850#M10912</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-06-23T11:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Save layer to kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423851#M10913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is very easily done. Search through the KML sample code and you will eventually find the code that converts a stream object into an XDocument object. You just have to write code to connect an OpenFileDialog.File.OpenRead() (Filestream) object to that routine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 15:33:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423851#M10913</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2010-06-23T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Save layer to kml</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423852#M10914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the replies. i will try your advices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;God Bless&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 23:38:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/save-layer-to-kml/m-p/423852#M10914</guid>
      <dc:creator>LedonneJuan</dc:creator>
      <dc:date>2010-06-24T23:38:52Z</dc:date>
    </item>
  </channel>
</rss>

