Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
ImageryLayerCompatOptions
Interface ImageryLayerCompatOptions
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
;
}
Index
Properties
band
Ids?
client?
event
Bus?
format?
id?
list
Mode?
mosaic
Rule?
opacity?
pixel
Type?
rendering
Rule?
title?
url
visible?
Properties
Optional
band
Ids
band
Ids
?:
readonly
number
[]
Optional
client
client
?:
HonuaClient
Optional
event
Bus
event
Bus
?:
CompatEventBus
Optional
format
format
?:
string
Optional
id
id
?:
string
Optional
list
Mode
list
Mode
?:
string
Optional
mosaic
Rule
mosaic
Rule
?:
Record
<
string
,
unknown
>
Optional
opacity
opacity
?:
number
Optional
pixel
Type
pixel
Type
?:
string
Optional
rendering
Rule
rendering
Rule
?:
Record
<
string
,
unknown
>
Optional
title
title
?:
string
url
url
:
string
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
band
Ids
client
event
Bus
format
id
list
Mode
mosaic
Rule
opacity
pixel
Type
rendering
Rule
title
url
visible
@honua/sdk-js
Loading...