Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaOgcCollectionSummary
Interface HonuaOgcCollectionSummary
A single collection summary in an OGC collections listing.
interface
HonuaOgcCollectionSummary
{
crs
?:
string
[]
;
description
?:
string
;
extent
?:
{
spatial
?:
{
bbox
?:
number
[]
[]
;
crs
?:
string
;
}
;
temporal
?:
{
interval
?:
(
null
|
string
)
[]
[]
;
trs
?:
string
;
}
;
}
;
id
:
string
;
itemType
?:
string
;
links
?:
HonuaOgcLink
[]
;
title
?:
string
;
}
Hierarchy (
view full
)
HonuaOgcCollectionSummary
HonuaOgcCollectionMetadata
Index
Properties
crs?
description?
extent?
id
item
Type?
links?
title?
Properties
Optional
crs
crs
?:
string
[]
Optional
description
description
?:
string
Optional
extent
extent
?:
{
spatial
?:
{
bbox
?:
number
[]
[]
;
crs
?:
string
;
}
;
temporal
?:
{
interval
?:
(
null
|
string
)
[]
[]
;
trs
?:
string
;
}
;
}
id
id
:
string
Optional
item
Type
item
Type
?:
string
Optional
links
links
?:
HonuaOgcLink
[]
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
crs
description
extent
id
item
Type
links
title
@honua/sdk-js
Loading...
A single collection summary in an OGC collections listing.