Interface GeoServicesFormatDescriptor

Formats advertised by service or task metadata.

interface GeoServicesFormatDescriptor {
    image: readonly string[];
    input: readonly string[];
    output: readonly string[];
    query: readonly string[];
}

Properties

Properties

image: readonly string[]
input: readonly string[]
output: readonly string[]
query: readonly string[]