OptionalaggregationAggregation request; if present the Result contains aggregate rows.
OptionalorderSort order.
OptionaloutSubset of fields to return. Adapters default to all when omitted.
OptionaloutOutput spatial reference (WKID, "auto", or full reference object).
OptionalpaginationPagination.
OptionalreturnWhether the result envelope should include geometry.
OptionalsignalCaller-supplied cancellation.
OptionalspatialSpatial constraint. Reuses core/spatial-filter.ts.
OptionalwhereSource-native filter text retained for v1 compatibility. Its language is selected by the source adapter (for example GeoServices SQL-92, CQL2 text, OData, or DuckDB SQL) and is never protocol neutral.
Protocol-neutral query intent.
Source.query()adapters translate this into aQueryFeaturesRequest,MapLayerQueryRequest,OgcItemsRequest, or the corresponding WFS / OData request.spatialFilteris aSpatialFilterproduced by the spatial-filter builders (envelope,point,polygon,bufferEnvelope, …), not an inline literal.Example