<?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: ArcSDE &amp;amp; Geodatabase Interaction in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692664#M39313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to get your explanation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I am still wondering how it works out in the larger picture. When ArcObjects comes into picture? What role ArcSDE plays here? How does ArcGIS server supports the above work flow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2011 09:34:32 GMT</pubDate>
    <dc:creator>MartinKunert</dc:creator>
    <dc:date>2011-04-27T09:34:32Z</dc:date>
    <item>
      <title>ArcSDE &amp; Geodatabase Interaction</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692662#M39311</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;I am creating a web application using ArcGIS Viewer for Flex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My web application will include drawing a route on a map. My requirement is to capture the details from the Client and update the captured information into a Geodatabase[PostgreSQL].&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am exploring to use ArcSDE to achieve Geodatabase interaction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is my approach correct? Is there any examples/samples capturing the above work flow.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 09:19:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692662#M39311</guid>
      <dc:creator>MartinKunert</dc:creator>
      <dc:date>2011-04-25T09:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE &amp; Geodatabase Interaction</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692663#M39312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, what you are proposing is possible. You would simply publish a map document that contains the feature class (in your PostgreSQL geodatabase) you want to add your route onto, as a map service with the feature service property enabled. Make sure that you've defined a template for that feature class. Then simply reference the feature service in the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Edit Widget&lt;/SPAN&gt;&lt;SPAN&gt; of the ArcGIS Viewer for Flex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some resources:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Editing_in_Web_applications/0093000015wz000000/"&gt;Editing in Web applications&lt;/A&gt; &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001t000003zm000000.htm"&gt;About feature templates&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Using_feature_services/009300000024000000/"&gt;Using feature services&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Edit_Widget/01m30000000v000000/"&gt;Edit Widget in the ArcGIS Viewer for Flex&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 07:08:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692663#M39312</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2011-04-27T07:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE &amp; Geodatabase Interaction</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692664#M39313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to get your explanation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I am still wondering how it works out in the larger picture. When ArcObjects comes into picture? What role ArcSDE plays here? How does ArcGIS server supports the above work flow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 09:34:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692664#M39313</guid>
      <dc:creator>MartinKunert</dc:creator>
      <dc:date>2011-04-27T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE &amp; Geodatabase Interaction</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692665#M39314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; When ArcObjects comes into picture? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A1. ArcObjects is the developer technology that was used to develop ArcGIS Desktop (the map authoring application), the geodatabase data model, and some parts of ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; What role ArcSDE plays here? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A2. ArcSDE technology is used behind-the-scenes to set-up and enable the ArcSDE geodatabase on the PostgreSQL DBMS platform. The data model where you store your GIS data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; How does ArcGIS server supports the above work flow? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A3. ArcGIS Server is the software that enables you to publish and share your GIS resources onto the internet/intranet. In this case, your map becomes a map service with an associated feature service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please review the help documentation for more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 06:48:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692665#M39314</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2011-04-28T06:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE &amp; Geodatabase Interaction</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692666#M39315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create a feature class.I have ArcCatalog installed and created a database connection for postgreSQL.I have created a feature dataset and a feature class with line features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to understand how to create a feature template and how should I refer it to a map, so that I can create a feature service and use it in my web clients.Do I need ArcMap to refer a map and enable the feature class?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vimal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 11:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692666#M39315</guid>
      <dc:creator>MartinKunert</dc:creator>
      <dc:date>2011-07-06T11:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE &amp; Geodatabase Interaction</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692667#M39316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; ... I am trying to understand how to create a feature template and how should I refer it to a map, so that I can create a feature service and use it in my web clients. Do I need ArcMap to refer a map and enable the feature class? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you will need ArcMap to set-up and enable feature templates on your editable data layers in your map document. Then publish your map with the feature service property enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please review the documentation that I referenced in my previous posts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 20:56:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-amp-geodatabase-interaction/m-p/692667#M39316</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2011-07-07T20:56:28Z</dc:date>
    </item>
  </channel>
</rss>

