interface ImageryLayerCompatOptions {
    bandIds?: readonly number[];
    client?: HonuaClient;
    eventBus?: CompatEventBus;
    format?: string;
    id?: string;
    listMode?: string;
    mosaicRule?: Record<string, unknown>;
    opacity?: number;
    pixelType?: string;
    renderingRule?: Record<string, unknown>;
    title?: string;
    url: string;
    visible?: boolean;
}

Properties

bandIds?: readonly number[]
client?: HonuaClient
eventBus?: CompatEventBus
format?: string
id?: string
listMode?: string
mosaicRule?: Record<string, unknown>
opacity?: number
pixelType?: string
renderingRule?: Record<string, unknown>
title?: string
url: string
visible?: boolean