<?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: Buffer as feature service in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/buffer-as-feature-service/m-p/798079#M4878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The simple answer is yes, you can. But I am no GP expert to be able to give advice on how to model this in ArcMAP so that you have a functioning GP Service that does the buffering and Map Service creation. The good news is that once you get the GP Service built then you can easily consume it using the geoprocessing widget in WAB. If you need advice on creating the GP the appropriate location to ask about that would be in the &lt;A href="https://community.esri.com/space/2087"&gt;Geoprocessing&lt;/A&gt;​ space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Aug 2015 00:10:22 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-08-31T00:10:22Z</dc:date>
    <item>
      <title>Buffer as feature service</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/buffer-as-feature-service/m-p/798078#M4877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to build a web app widget that creates a buffer (e.g. geoprocessing service) and then builds the buffer in a new / existing feature service of the web map? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally I get a graphic and this is not shareable, like a feature service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 14:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/buffer-as-feature-service/m-p/798078#M4877</guid>
      <dc:creator>KarstenRank</dc:creator>
      <dc:date>2015-08-30T14:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer as feature service</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/buffer-as-feature-service/m-p/798079#M4878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The simple answer is yes, you can. But I am no GP expert to be able to give advice on how to model this in ArcMAP so that you have a functioning GP Service that does the buffering and Map Service creation. The good news is that once you get the GP Service built then you can easily consume it using the geoprocessing widget in WAB. If you need advice on creating the GP the appropriate location to ask about that would be in the &lt;A href="https://community.esri.com/space/2087"&gt;Geoprocessing&lt;/A&gt;​ space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 00:10:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/buffer-as-feature-service/m-p/798079#M4878</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-31T00:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer as feature service</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/buffer-as-feature-service/m-p/798080#M4879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed the simple answer is yes. Create a geoprocessing service that calculates a buffer around a geometry (or set of geometries) is not very complex. However, there are some things that influence the result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your service yields a featureset (output parameter), it will be a graphic for which you can define the symbology in the Geoprocessing widget, but that is not what you want, since it will be a temporal graphic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you make a physical output, writing to a geodatabase then you might be able to share it. Make sure you don't write to the scratch workspace, since that will be a temporal result and will be removed by the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you will probably have to write to a &lt;SPAN style="line-height: 1.5;"&gt;central location (geodatabase) from which a service can provide it to other users. There are a few complications that may arise:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="line-height: 1.5;"&gt;Geodatabase can be locked by service making it impossible to write to&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 1.5;"&gt;Geodatabase may contain multiple buffer results, so you will have to implement some mechanism, so that only the one you want to share is displayed.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 02:42:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/buffer-as-feature-service/m-p/798080#M4879</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-08-31T02:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer as feature service</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/buffer-as-feature-service/m-p/798081#M4880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Robert and Xander.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 11:02:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/buffer-as-feature-service/m-p/798081#M4880</guid>
      <dc:creator>KarstenRank</dc:creator>
      <dc:date>2015-08-31T11:02:30Z</dc:date>
    </item>
  </channel>
</rss>

