<?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 Can not load WFS-Featuretable from URL Hosted on GeoServer in Kotlin Maps SDK Questions</title>
    <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/1311557#M151</link>
    <description>&lt;P&gt;&lt;SPAN&gt;When I try to load a WfsFeatureTable from a WFS-Layer hosted on GeoServer, I didn't get Any error,but it Can't load wfs service correctly!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SDK Version: 100.15.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here is my wfs service url and tableName&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;http://47.114.126.208:5431/geoserver/tamp/ows?service=WFS&amp;amp;version=2.0.0&amp;amp;request=GetCapabilities&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;tableName &lt;SPAN&gt;= &lt;/SPAN&gt;&lt;SPAN&gt;"tamp:pt_tamp_stake"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="截屏2023-07-25 23.34.47.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76252i342974A836E96935/image-size/medium?v=v2&amp;amp;px=400" role="button" title="截屏2023-07-25 23.34.47.png" alt="截屏2023-07-25 23.34.47.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 15:38:14 GMT</pubDate>
    <dc:creator>geowin</dc:creator>
    <dc:date>2023-07-25T15:38:14Z</dc:date>
    <item>
      <title>Can not load WFS-Featuretable from URL Hosted on GeoServer</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/1311557#M151</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When I try to load a WfsFeatureTable from a WFS-Layer hosted on GeoServer, I didn't get Any error,but it Can't load wfs service correctly!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SDK Version: 100.15.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here is my wfs service url and tableName&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;http://47.114.126.208:5431/geoserver/tamp/ows?service=WFS&amp;amp;version=2.0.0&amp;amp;request=GetCapabilities&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;tableName &lt;SPAN&gt;= &lt;/SPAN&gt;&lt;SPAN&gt;"tamp:pt_tamp_stake"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="截屏2023-07-25 23.34.47.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76252i342974A836E96935/image-size/medium?v=v2&amp;amp;px=400" role="button" title="截屏2023-07-25 23.34.47.png" alt="截屏2023-07-25 23.34.47.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 15:38:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/1311557#M151</guid>
      <dc:creator>geowin</dc:creator>
      <dc:date>2023-07-25T15:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can not load WFS-Featuretable from URL Hosted on GeoServer</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/1311831#M160</link>
      <description>&lt;P&gt;You would need to provide a call "populateFromServiceAsync" on the feature table to query the feature service and place the resulting features in the feature layer:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="kotlin"&gt;// create a query based on the current visible extent
val wfsQuery = QueryParameters()
wfsQuery.setGeometry(extent)
// choose the spatial relationship used for the query 
wfsQuery.setSpatialRelationship(QueryParameters.SpatialRelationship.INTERSECTS) 
// populate the WFS feature table based on the given extent
wfsFeatureTable.populateFromServiceAsync(wfsQuery, false, null)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 00:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/1311831#M160</guid>
      <dc:creator>Shubham_Sharma</dc:creator>
      <dc:date>2023-07-26T00:12:49Z</dc:date>
    </item>
  </channel>
</rss>

