<?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: How to add bounding box (W, E, S, N) dataset as feature layer in SceneView in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-bounding-box-w-e-s-n-dataset-as-feature/m-p/1095514#M74559</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/517567"&gt;@KrishnakanthYachareni&lt;/a&gt;&amp;nbsp;sorry, can you explai in more detail what you have?&lt;/P&gt;&lt;P&gt;If you want to make a rectangle from bounding coordinates then surely you just build a geometry from those:&lt;/P&gt;&lt;P&gt;Pont1 = xMin, yMin&lt;/P&gt;&lt;P&gt;Point2 = xMin, yMax&lt;/P&gt;&lt;P&gt;Point3 = xMax, yMax&lt;/P&gt;&lt;P&gt;Point 4 = xMax, yMin&lt;/P&gt;</description>
    <pubDate>Sat, 04 Sep 2021 07:24:10 GMT</pubDate>
    <dc:creator>David_Brooks</dc:creator>
    <dc:date>2021-09-04T07:24:10Z</dc:date>
    <item>
      <title>How to add bounding box (W, E, S, N) dataset as feature layer in SceneView</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-bounding-box-w-e-s-n-dataset-as-feature/m-p/1095510#M74556</link>
      <description>&lt;DIV class="editable-expandable-element-header editable-expandable-element-header-is-expanded"&gt;&lt;DIV class="editable-element-field"&gt;Hi,&lt;BR /&gt;I'm a complete beginner to the Esri API and I have a dataset that doesn't have coordinates, instead, it has the following bounding points. I'd like to imports that dataset as a feature layer in the base map. I see Extent (&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html)" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html)&lt;/A&gt;&amp;nbsp;not seems appropriate for my requirement. Could anyone help here?&lt;/DIV&gt;&lt;DIV class="editable-element-field"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV class="editable-element-field"&gt;&lt;DIV class="editable-expandable-element-header editable-expandable-element-header-is-expanded"&gt;&lt;DIV class="editable-element-field"&gt;BoundingBox {&lt;/DIV&gt;&lt;DIV class="editable-element-field"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WestBLongitude&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-120.355&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="editable-element-field"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EastBLongitude&lt;SPAN class="element-separator"&gt;:&amp;nbsp;&lt;/SPAN&gt;-120.355&lt;/DIV&gt;&lt;DIV class="editable-element-field"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SouthBLatitude&lt;SPAN class="element-separator"&gt;: 10&lt;/SPAN&gt;.301&lt;/DIV&gt;&lt;DIV class="editable-element-field"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NorthBLatitude&lt;SPAN class="element-separator"&gt;: 10&lt;/SPAN&gt;.301869&lt;BR /&gt;}&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is there any way that we can build a feature layer without having coordinates but just with bounding values?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 04 Sep 2021 06:30:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-bounding-box-w-e-s-n-dataset-as-feature/m-p/1095510#M74556</guid>
      <dc:creator>KrishnakanthYachareni</dc:creator>
      <dc:date>2021-09-04T06:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add bounding box (W, E, S, N) dataset as feature layer in SceneView</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-bounding-box-w-e-s-n-dataset-as-feature/m-p/1095512#M74557</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/517567"&gt;@KrishnakanthYachareni&lt;/a&gt;&amp;nbsp;, for 2D features, you can use Minimum Bounding Geometry&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/minimum-bounding-geometry.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/minimum-bounding-geometry.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for 3D volume boxes, use&amp;nbsp;Minimum Bounding Volume&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/minimum-bounding-volume.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/minimum-bounding-volume.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2021 06:45:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-bounding-box-w-e-s-n-dataset-as-feature/m-p/1095512#M74557</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2021-09-04T06:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to add bounding box (W, E, S, N) dataset as feature layer in SceneView</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-bounding-box-w-e-s-n-dataset-as-feature/m-p/1095513#M74558</link>
      <description>&lt;P&gt;Thanks for the response but to draw the above suggestions required an array of points like building a polygon, but I don't have points in dataset.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2021 06:55:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-bounding-box-w-e-s-n-dataset-as-feature/m-p/1095513#M74558</guid>
      <dc:creator>KrishnakanthYachareni</dc:creator>
      <dc:date>2021-09-04T06:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add bounding box (W, E, S, N) dataset as feature layer in SceneView</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-bounding-box-w-e-s-n-dataset-as-feature/m-p/1095514#M74559</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/517567"&gt;@KrishnakanthYachareni&lt;/a&gt;&amp;nbsp;sorry, can you explai in more detail what you have?&lt;/P&gt;&lt;P&gt;If you want to make a rectangle from bounding coordinates then surely you just build a geometry from those:&lt;/P&gt;&lt;P&gt;Pont1 = xMin, yMin&lt;/P&gt;&lt;P&gt;Point2 = xMin, yMax&lt;/P&gt;&lt;P&gt;Point3 = xMax, yMax&lt;/P&gt;&lt;P&gt;Point 4 = xMax, yMin&lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2021 07:24:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-bounding-box-w-e-s-n-dataset-as-feature/m-p/1095514#M74559</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2021-09-04T07:24:10Z</dc:date>
    </item>
  </channel>
</rss>

