Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaStacLandingResponse
Interface HonuaStacLandingResponse
Subset of the STAC catalog landing page.
interface
HonuaStacLandingResponse
{
cache
?:
HonuaCacheState
;
conformsTo
?:
readonly
string
[]
;
description
?:
string
;
id
?:
string
;
links
?:
HonuaOgcLink
[]
;
title
?:
string
;
}
Hierarchy (
view full
)
HonuaOgcLandingResponse
HonuaStacLandingResponse
Index
Properties
cache?
conforms
To?
description?
id?
links?
title?
Properties
Optional
cache
cache
?:
HonuaCacheState
Optional
conforms
To
conforms
To
?:
readonly
string
[]
Optional
description
description
?:
string
Optional
id
id
?:
string
Stac-specific catalog id.
Optional
links
links
?:
HonuaOgcLink
[]
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
conforms
To
description
id
links
title
@honua/sdk-js
Loading...
Subset of the STAC catalog landing page.