<?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: WARNING 000594: Input feature -1: No support for this geometry type. in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843285#M2066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems it expects a multipoint object and not a single point object. A multipoint is not a point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2017 13:59:28 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-12-20T13:59:28Z</dc:date>
    <item>
      <title>WARNING 000594: Input feature -1: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843284#M2065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are getting this error message when appending&amp;nbsp;a FC point into a FC Multipoint using Model Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executing (Append): Append&amp;nbsp; ......&lt;BR /&gt;Start Time: Wed Dec 20 08:39:17 2017&lt;BR /&gt;WARNING 000594: Input feature -1: No support for this geometry type..&lt;BR /&gt;WARNING 000595: C:\Users\...\PointLayer_POINT0.fid contains the full list of features not able to be copied.&lt;BR /&gt;WARNING 000594: Input feature -1: No support for this geometry type..&lt;BR /&gt;WARNING 000594: Input feature -1: No support for this geometry type..&lt;BR /&gt;WARNING 000594: Input feature -1: No support for this geometry type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can it be fixed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843284#M2065</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-12-20T13:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000594: Input feature -1: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843285#M2066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems it expects a multipoint object and not a single point object. A multipoint is not a point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:59:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843285#M2066</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-20T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000594: Input feature -1: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843286#M2067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The field shape from&amp;nbsp;Input Dataset&amp;nbsp;comes from a View that select the field&amp;nbsp;.SHAPE from a&amp;nbsp;multipoint FC, but it looks like it does not&amp;nbsp;keep the type multipoint and it converts it to point. so when I&amp;nbsp; run an append it shows this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:31:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843286#M2067</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-12-20T14:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000594: Input feature -1: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843287#M2068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are these las data? or does it just happen to be a 'simple' multipoint?&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-classes/multipoint.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-classes/multipoint.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You have placed this in modelbuilder, so I will say no, but in python scripting, you can append to the points list of a multipoint.&amp;nbsp; Perhaps the purpose of your workflow might be useful. since your limits in modelbuilder would be the&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/supplement/processing-multipoint-data.htm"&gt;&lt;STRONG&gt;Processing multipoint data&lt;/STRONG&gt;&lt;/A&gt; tools, which presumably you have ruled out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:42:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843287#M2068</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-20T14:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000594: Input feature -1: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843288#M2069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running a Python script but when I append the SDE view point to a FC point it fails with the message above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843288#M2069</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-12-20T14:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000594: Input feature -1: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843289#M2070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as expected, since a point is not a multipoint, so you have to make the multipoints into single points or vica versa prior to appending.&amp;nbsp; SDE... hmmm don't know if that has any added complications, but if you need to append then you have two options.&amp;nbsp; But the question still remains, what is the need for a multipoint in the first place? and if it is needed, then you need to get the geometry into the same form&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:49:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843289#M2070</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-20T14:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000594: Input feature -1: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843290#M2071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So how to convert a single point to a multipoint&amp;nbsp; in a&amp;nbsp;feature (record) or feature class ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843290#M2071</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-12-20T14:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000594: Input feature -1: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843291#M2072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to make a multipoint featureclass first, then add the point as a list to it as shown in the code example in the previous example.&amp;nbsp; As for multipart to singlepart, there is automatically a tool for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 15:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843291#M2072</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-20T15:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000594: Input feature -1: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843292#M2073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am testing that and it works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/573271?commentID=573271#comment-573271"&gt;https://community.esri.com/message/573271?commentID=573271#comment-573271&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 15:24:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843292#M2073</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-12-20T15:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING 000594: Input feature -1: No support for this geometry type.</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843293#M2074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes.... from above copying will copy in the right form&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;you have to make a multipoint featureclass first, then add the point &lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 15:27:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/warning-000594-input-feature-1-no-support-for-this/m-p/843293#M2074</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-20T15:27:40Z</dc:date>
    </item>
  </channel>
</rss>

