BoundingBox {WestBLongitude: -120.355EastBLongitude: -120.355SouthBLatitude: 10.301NorthBLatitude: 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
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