Create an envelope (bounding box) spatial filter.
Optional
const req: QueryFeaturesRequest = { serviceId: "svc", layerId: 0, ...envelope(-118.5, 33.7, -117.5, 34.2),}; Copy
const req: QueryFeaturesRequest = { serviceId: "svc", layerId: 0, ...envelope(-118.5, 33.7, -117.5, 34.2),};
Create an envelope (bounding box) spatial filter.