Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaStacItemCollectionResponse
Interface HonuaStacItemCollectionResponse
Response from STAC
/search
.
interface
HonuaStacItemCollectionResponse
{
context
?:
{
limit
?:
number
;
matched
?:
number
;
returned
?:
number
;
}
;
features
:
HonuaStacItemResponse
[]
;
links
?:
HonuaOgcLink
[]
;
numberMatched
?:
number
;
numberReturned
?:
number
;
type
:
"FeatureCollection"
;
}
Index
Properties
context?
features
links?
number
Matched?
number
Returned?
type
Properties
Optional
context
context
?:
{
limit
?:
number
;
matched
?:
number
;
returned
?:
number
;
}
features
features
:
HonuaStacItemResponse
[]
Optional
links
links
?:
HonuaOgcLink
[]
Optional
number
Matched
number
Matched
?:
number
Optional
number
Returned
number
Returned
?:
number
type
type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
features
links
number
Matched
number
Returned
type
@honua/sdk-js
Loading...
Response from STAC
/search.