Interface WfsProtocolQueryBindingExperimental

Exact compiler/executor types carried by the WFS protocol module.

interface WfsProtocolQueryBinding {
    compiled: WfsProtocolCompiledQueryV1;
    compileQuery: CanonicalQuery;
    executeQuery: WfsProtocolExecutionQuery;
    source: QueryIrSourceIdentity;
}

Hierarchy (view full)

Properties

compileQuery: CanonicalQuery