Wrap an existing geometry with esriSpatialRelWithin.
esriSpatialRelWithin
const filter = spatialWithin({ rings: [[[-118, 34], [-117, 34], [-117, 35], [-118, 35], [-118, 34]]] }); Copy
const filter = spatialWithin({ rings: [[[-118, 34], [-117, 34], [-117, 35], [-118, 35], [-118, 34]]] });
Wrap an existing geometry with
esriSpatialRelWithin.