Interface HonuaOgcProcessesConformanceInput

Conformance declaration as advertised at /conformance. Structurally satisfied by HonuaOgcConformanceResponse and by the discoverOgcProcesses() result, so either can be handed straight to a processes handle.

interface HonuaOgcProcessesConformanceInput {
    conformsTo?: readonly string[];
}

Properties

Properties

conformsTo?: readonly string[]