Interface Cql2JsonInterchangeOptionsExperimental

External CQL2 filter context that cannot be encoded inside CQL2 JSON itself.

interface Cql2JsonInterchangeOptions {
    filterCrs?: ExecutableCrsBinding;
    protocol?: SourceProtocol;
    schema?: SourceSchemaV2;
}

Hierarchy (view full)

Properties

CRS and coordinate order represented by spatial literals. Required when a supported expression contains a geometry or bounding box.

protocol?: SourceProtocol

When present, a native expression must match this source protocol.

A verified schema is reparsed before use so JavaScript callers cannot forge schema truth.