Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaStacItemResponse
Interface HonuaStacItemResponse
Single STAC item (a GeoJSON feature with STAC-specific extensions).
interface
HonuaStacItemResponse
{
assets
?:
Record
<
string
,
{
href
:
string
;
roles
?:
readonly
string
[]
;
title
?:
string
;
type
?:
string
;
}
>
;
collection
?:
string
;
geometry
:
null
|
GeoJsonGeometry
;
id
?:
string
|
number
;
links
?:
HonuaOgcLink
[]
;
properties
:
null
|
Record
<
string
,
unknown
>
;
stac_extensions
?:
readonly
string
[]
;
stac_version
?:
string
;
type
:
"Feature"
;
}
Hierarchy (
view full
)
HonuaOgcFeatureResponse
HonuaStacItemResponse
Index
Properties
assets?
collection?
geometry
id?
links?
properties
stac_
extensions?
stac_
version?
type
Properties
Optional
assets
assets
?:
Record
<
string
,
{
href
:
string
;
roles
?:
readonly
string
[]
;
title
?:
string
;
type
?:
string
;
}
>
Optional
collection
collection
?:
string
geometry
geometry
:
null
|
GeoJsonGeometry
Optional
id
id
?:
string
|
number
Optional
links
links
?:
HonuaOgcLink
[]
properties
properties
:
null
|
Record
<
string
,
unknown
>
Optional
stac_
extensions
stac_
extensions
?:
readonly
string
[]
Optional
stac_
version
stac_
version
?:
string
type
type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assets
collection
geometry
id
links
properties
stac_
extensions
stac_
version
type
@honua/sdk-js
Loading...
Single STAC item (a GeoJSON feature with STAC-specific extensions).