Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaOgcLandingResponse
Interface HonuaOgcLandingResponse
Response from the OGC API landing page (
/ogc/features
).
interface
HonuaOgcLandingResponse
{
cache
?:
HonuaCacheState
;
description
?:
string
;
links
?:
HonuaOgcLink
[]
;
title
?:
string
;
}
Hierarchy (
view full
)
HonuaOgcLandingResponse
HonuaStacLandingResponse
Index
Properties
cache?
description?
links?
title?
Properties
Optional
cache
cache
?:
HonuaCacheState
Optional
description
description
?:
string
Optional
links
links
?:
HonuaOgcLink
[]
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
description
links
title
@honua/sdk-js
Loading...
Response from the OGC API landing page (
/ogc/features).