Interface DynamicStacCatalogExperimental

interface DynamicStacCatalog {
    collections: readonly HonuaOgcCollectionSummary[];
    conformsTo: readonly string[];
    landing: HonuaStacLandingResponse;
    links: readonly ResolvedStacLink[];
}

Properties

collections: readonly HonuaOgcCollectionSummary[]
conformsTo: readonly string[]
links: readonly ResolvedStacLink[]