Interface HonuaOgcFeatureCollectionOptions

interface HonuaOgcFeatureCollectionOptions {
    client: HonuaClient;
    collectionId: string | number;
    layout?: OgcApiLayoutMode;
}

Properties

client: HonuaClient
collectionId: string | number
layout?: OgcApiLayoutMode