ExperimentalOptional ExperimentalaggregateAggregated rows when the query carried an aggregation spec.
Readonly ExperimentalcolumnarProvenance of the bounded window this Result was cut from.
Optional Readonly ExperimentalcrsCRS the batch declared for its geometry column: a serialized CRS string or a PROJJSON object. Undefined when the batch declared none, in which case the coordinates carry no CRS claim at all and a consumer must not invent one.
Optional ExperimentaldegradedDegradation flags emitted by the source while serving this query.
ExperimentalexceededTrue if the server signalled that more records exist than were returned.
Optional ExperimentalextentSpatial extent of the returned features (extent-only query response).
ExperimentalfeaturesReturned features. Empty array (not undefined) when nothing matched.
Optional ExperimentalfieldsField schema as returned by the protocol, when the response carried one.
Optional ExperimentaltotalTotal count when known (counts request, OGC numberMatched).
A protocol-neutral Result produced from a bounded columnar window.
It is a
Result: every consumer that accepts an object-path result accepts this unchanged. The two extra members exist because the shared envelope has nowhere to put them —crsso a consumer is never left assuming EPSG:4326, andcolumnarso the bounded view carries the batch's ordering and freshness with it.