<?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 Creating features without geometry in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/creating-features-without-geometry/m-p/345021#M2245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/edit-features.htm" title="https://developers.arcgis.com/android/latest/guide/edit-features.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Edit features—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&amp;nbsp;explains only adding and updating features with geometry... is there an example for adding features to a ServiceFeatureTable without geometry?&lt;/P&gt;&lt;P&gt;However, it is even possible to add features to a ServiceFeatureTable without geometry?&lt;/P&gt;&lt;P&gt;I've read the documentation on following site: &lt;A class="link-titled" href="https://developers.arcgis.com/java/latest/api-reference/reference/com/esri/arcgisruntime/data/FeatureTable.html" title="https://developers.arcgis.com/java/latest/api-reference/reference/com/esri/arcgisruntime/data/FeatureTable.html" rel="nofollow noopener noreferrer" target="_blank"&gt;FeatureTable (ArcGIS Runtime SDK for Java 100.7.0)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two different methods. For adding a Feature to a Table without geometry I have to chose the first one below, don't I? Therefore I have to define a schema... I'm right? Is there anyway an example for this?&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;public&amp;nbsp;&lt;A href="https://developers.arcgis.com/java/latest/api-reference/reference/com/esri/arcgisruntime/data/Feature.html" title="class in com.esri.arcgisruntime.data" rel="nofollow noopener noreferrer" target="_blank"&gt;Feature&lt;/A&gt;&amp;nbsp;createFeature() 
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;public&amp;nbsp;&lt;A href="https://developers.arcgis.com/java/latest/api-reference/reference/com/esri/arcgisruntime/data/Feature.html" title="class in com.esri.arcgisruntime.data" rel="nofollow noopener noreferrer" target="_blank"&gt;Feature&lt;/A&gt;&amp;nbsp;createFeature(&lt;A class="" href="https://docs.oracle.com/javase/10/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" rel="nofollow noopener noreferrer" target="_blank"&gt;Map&lt;/A&gt;&amp;lt;&lt;A class="" href="https://docs.oracle.com/javase/10/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" rel="nofollow noopener noreferrer" target="_blank"&gt;String&lt;/A&gt;,&lt;A class="" href="https://docs.oracle.com/javase/10/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" rel="nofollow noopener noreferrer" target="_blank"&gt;Object&lt;/A&gt;&amp;gt;&amp;nbsp;attributes,                              &lt;A href="https://developers.arcgis.com/java/latest/api-reference/reference/com/esri/arcgisruntime/geometry/Geometry.html" title="class in com.esri.arcgisruntime.geometry" rel="nofollow noopener noreferrer" target="_blank"&gt;Geometry&lt;/A&gt;&amp;nbsp;geometry)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 16:15:33 GMT</pubDate>
    <dc:creator>MagdalenaOchsenbauer</dc:creator>
    <dc:date>2021-12-11T16:15:33Z</dc:date>
    <item>
      <title>Creating features without geometry</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/creating-features-without-geometry/m-p/345021#M2245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/edit-features.htm" title="https://developers.arcgis.com/android/latest/guide/edit-features.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Edit features—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&amp;nbsp;explains only adding and updating features with geometry... is there an example for adding features to a ServiceFeatureTable without geometry?&lt;/P&gt;&lt;P&gt;However, it is even possible to add features to a ServiceFeatureTable without geometry?&lt;/P&gt;&lt;P&gt;I've read the documentation on following site: &lt;A class="link-titled" href="https://developers.arcgis.com/java/latest/api-reference/reference/com/esri/arcgisruntime/data/FeatureTable.html" title="https://developers.arcgis.com/java/latest/api-reference/reference/com/esri/arcgisruntime/data/FeatureTable.html" rel="nofollow noopener noreferrer" target="_blank"&gt;FeatureTable (ArcGIS Runtime SDK for Java 100.7.0)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two different methods. For adding a Feature to a Table without geometry I have to chose the first one below, don't I? Therefore I have to define a schema... I'm right? Is there anyway an example for this?&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;public&amp;nbsp;&lt;A href="https://developers.arcgis.com/java/latest/api-reference/reference/com/esri/arcgisruntime/data/Feature.html" title="class in com.esri.arcgisruntime.data" rel="nofollow noopener noreferrer" target="_blank"&gt;Feature&lt;/A&gt;&amp;nbsp;createFeature() 
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;public&amp;nbsp;&lt;A href="https://developers.arcgis.com/java/latest/api-reference/reference/com/esri/arcgisruntime/data/Feature.html" title="class in com.esri.arcgisruntime.data" rel="nofollow noopener noreferrer" target="_blank"&gt;Feature&lt;/A&gt;&amp;nbsp;createFeature(&lt;A class="" href="https://docs.oracle.com/javase/10/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" rel="nofollow noopener noreferrer" target="_blank"&gt;Map&lt;/A&gt;&amp;lt;&lt;A class="" href="https://docs.oracle.com/javase/10/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" rel="nofollow noopener noreferrer" target="_blank"&gt;String&lt;/A&gt;,&lt;A class="" href="https://docs.oracle.com/javase/10/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" rel="nofollow noopener noreferrer" target="_blank"&gt;Object&lt;/A&gt;&amp;gt;&amp;nbsp;attributes,                              &lt;A href="https://developers.arcgis.com/java/latest/api-reference/reference/com/esri/arcgisruntime/geometry/Geometry.html" title="class in com.esri.arcgisruntime.geometry" rel="nofollow noopener noreferrer" target="_blank"&gt;Geometry&lt;/A&gt;&amp;nbsp;geometry)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/creating-features-without-geometry/m-p/345021#M2245</guid>
      <dc:creator>MagdalenaOchsenbauer</dc:creator>
      <dc:date>2021-12-11T16:15:33Z</dc:date>
    </item>
  </channel>
</rss>

