<?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: Load layers from SDE without Map service using JSON format in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/load-layers-from-sde-without-map-service-using/m-p/749081#M16565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for your repaly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;will you use Geodata service for the data retrival ? Because i have get data direcly from database without Mapservice i mean iwthout MXD creation for the data. the data layer or not fixed in my case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jul 2010 03:31:09 GMT</pubDate>
    <dc:creator>SenthilSengodan</dc:creator>
    <dc:date>2010-07-12T03:31:09Z</dc:date>
    <item>
      <title>Load layers from SDE without Map service using JSON format</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/load-layers-from-sde-without-map-service-using/m-p/749079#M16563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have idea to load&amp;nbsp; features directly into flexviewer from ArcSDE feature class without using Map service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thnaks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jul 2010 11:53:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/load-layers-from-sde-without-map-service-using/m-p/749079#M16563</guid>
      <dc:creator>SenthilSengodan</dc:creator>
      <dc:date>2010-07-11T11:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load layers from SDE without Map service using JSON format</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/load-layers-from-sde-without-map-service-using/m-p/749080#M16564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depending on the size of the dataset you want to bring over, you could use the query tool on the REST page to get the data in JSON format and then use FeatureSet.convertFromJSON method to add to your application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/FeatureSet.html#convertFromJSON("&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/FeatureSet.html#convertFromJSON(&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do this for some small sets of data for testing purposes. It won't be feasible for a large dataset though, just too much info to parse.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jul 2010 13:47:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/load-layers-from-sde-without-map-service-using/m-p/749080#M16564</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2010-07-11T13:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load layers from SDE without Map service using JSON format</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/load-layers-from-sde-without-map-service-using/m-p/749081#M16565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for your repaly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;will you use Geodata service for the data retrival ? Because i have get data direcly from database without Mapservice i mean iwthout MXD creation for the data. the data layer or not fixed in my case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 03:31:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/load-layers-from-sde-without-map-service-using/m-p/749081#M16565</guid>
      <dc:creator>SenthilSengodan</dc:creator>
      <dc:date>2010-07-12T03:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load layers from SDE without Map service using JSON format</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/load-layers-from-sde-without-map-service-using/m-p/749082#M16566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm, not sure about that one. The Map Service REST would pull the geometries for you. If you are not using an MXD, you'd need to write a Web Service of some sort using ArcObjects to get accesss to those geometries. Haven't tried that specific scenario though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 14:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/load-layers-from-sde-without-map-service-using/m-p/749082#M16566</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2010-07-12T14:24:54Z</dc:date>
    </item>
  </channel>
</rss>

