Wrap an existing geometry with esriSpatialRelIntersects.
esriSpatialRelIntersects
const filter = spatialIntersects({ xmin: -180, ymin: -90, xmax: 180, ymax: 90 }); Copy
const filter = spatialIntersects({ xmin: -180, ymin: -90, xmax: 180, ymax: 90 });
Wrap an existing geometry with
esriSpatialRelIntersects.