JMap.Geometry.getPolygonFeatureFromBbox
Returns a polygon feature corresponding to the boundary box.
A boundary box
const bbox = { sw: { x: 10, y: 10 }, ne: { x: 20, y: 20 }}// The method will return the polygon corresponding to the bboxconst polygonFeature = JMap.Geometry.getPolygonFeatureFromBbox(bbox) Copy
const bbox = { sw: { x: 10, y: 10 }, ne: { x: 20, y: 20 }}// The method will return the polygon corresponding to the bboxconst polygonFeature = JMap.Geometry.getPolygonFeatureFromBbox(bbox)
JMap.Geometry.getPolygonFeatureFromBbox
Returns a polygon feature corresponding to the boundary box.