BoundingBox { WestBLongitude: -120.355 EastBLongitude: -120.355 SouthBLatitude: 10.301 NorthBLatitude: 10.301869}
Is there any way that we can build a feature layer without having coordinates but just with bounding values?
@KrishnakanthYachareni , for 2D features, you can use Minimum Bounding Geometry
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/minimum-bounding-geometry.htm
for 3D volume boxes, use Minimum Bounding Volume
https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/minimum-bounding-volume.htm
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.
@KrishnakanthYachareni sorry, can you explai in more detail what you have?
If you want to make a rectangle from bounding coordinates then surely you just build a geometry from those:
Pont1 = xMin, yMin
Point2 = xMin, yMax
Point3 = xMax, yMax
Point 4 = xMax, yMin
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.