<?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: Is there a REST API for creating a Feature Class? in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/is-there-a-rest-api-for-creating-a-feature-class/m-p/668559#M3241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These sound like good ideas. Thank you.&amp;nbsp; I have a scalable workflow that uses services/capabilities that do not run on the ArcGIS server itself.&amp;nbsp; I'd like to avoid having to write additional code to bridge the gap from one set of servers running in the cloud to reach back to my windows server just to access an arcpy script that creates feature classes.&amp;nbsp; If there already exists a REST endpoint (for example) in ArcGIS for creating feature classes, then I have less work to do and can omit putting a service wrapper around arcpy running on Windows just to expose management type capabilities to my workflow. It doesn't have to be REST, but just some kind of API that I can access remotely.&amp;nbsp; I'll take a look at your suggestions. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 18:49:59 GMT</pubDate>
    <dc:creator>AndreaBrugger</dc:creator>
    <dc:date>2016-08-01T18:49:59Z</dc:date>
    <item>
      <title>Is there a REST API for creating a Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/is-there-a-rest-api-for-creating-a-feature-class/m-p/668555#M3237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm aware of using arcpy to programmatically create feature classes, but are there other options?&amp;nbsp; I'm interested in a RESTful endpoint specifically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 17:39:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/is-there-a-rest-api-for-creating-a-feature-class/m-p/668555#M3237</guid>
      <dc:creator>AndreaBrugger</dc:creator>
      <dc:date>2016-08-01T17:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a REST API for creating a Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/is-there-a-rest-api-for-creating-a-feature-class/m-p/668556#M3238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the ArcGIS REST API, you can:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Consume ready-to-use ArcGIS Online services hosted by Esri&lt;/LI&gt;&lt;LI&gt;Consume services published by you or by other organizations&lt;/LI&gt;&lt;LI&gt;Publish your own web services&lt;/LI&gt;&lt;LI&gt;Create and share items on ArcGIS Online or your own portal&lt;/LI&gt;&lt;LI&gt;Configure and automate parts of the ArcGIS system, such as ArcGIS for Server and Portal for ArcGIS&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The closest thing to creating a feature class would be &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Create_Service/02r30000027r000000/"&gt;creating a service&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 18:25:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/is-there-a-rest-api-for-creating-a-feature-class/m-p/668556#M3238</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2016-08-01T18:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a REST API for creating a Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/is-there-a-rest-api-for-creating-a-feature-class/m-p/668557#M3239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have access to an ArcGIS server, you could certain host your own custom geoprocessing service to create a feature class using any of the existing arcpy functionality.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 18:33:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/is-there-a-rest-api-for-creating-a-feature-class/m-p/668557#M3239</guid>
      <dc:creator>BillDaigle</dc:creator>
      <dc:date>2016-08-01T18:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a REST API for creating a Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/is-there-a-rest-api-for-creating-a-feature-class/m-p/668558#M3240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose if you publish a geoprocessing service that takes the necessary parameters and creates the featureclass. But why do you want to create the featureclass using a REST endpoint? Perhaps you can elaborate a little more on why you want this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 18:33:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/is-there-a-rest-api-for-creating-a-feature-class/m-p/668558#M3240</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-08-01T18:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a REST API for creating a Feature Class?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/is-there-a-rest-api-for-creating-a-feature-class/m-p/668559#M3241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These sound like good ideas. Thank you.&amp;nbsp; I have a scalable workflow that uses services/capabilities that do not run on the ArcGIS server itself.&amp;nbsp; I'd like to avoid having to write additional code to bridge the gap from one set of servers running in the cloud to reach back to my windows server just to access an arcpy script that creates feature classes.&amp;nbsp; If there already exists a REST endpoint (for example) in ArcGIS for creating feature classes, then I have less work to do and can omit putting a service wrapper around arcpy running on Windows just to expose management type capabilities to my workflow. It doesn't have to be REST, but just some kind of API that I can access remotely.&amp;nbsp; I'll take a look at your suggestions. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 18:49:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/is-there-a-rest-api-for-creating-a-feature-class/m-p/668559#M3241</guid>
      <dc:creator>AndreaBrugger</dc:creator>
      <dc:date>2016-08-01T18:49:59Z</dc:date>
    </item>
  </channel>
</rss>

