Interface OutputFormatChoice

Negotiated output-format preference for a WFS GetFeature call. format is the wire value to send back (the original case the server advertised); the categorical kind is what the canonical surface acts on.

interface OutputFormatChoice {
    format: string;
    kind: "json" | "gml";
}

Properties

Properties

format: string
kind: "json" | "gml"