Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaOgcFeatureResponse
Interface HonuaOgcFeatureResponse
A single OGC API Feature (GeoJSON Feature).
interface
HonuaOgcFeatureResponse
{
geometry
:
null
|
GeoJsonGeometry
;
id
?:
string
|
number
;
links
?:
HonuaOgcLink
[]
;
properties
:
null
|
Record
<
string
,
unknown
>
;
type
:
"Feature"
;
}
Hierarchy (
view full
)
HonuaOgcFeatureResponse
HonuaStacItemResponse
Index
Properties
geometry
id?
links?
properties
type
Properties
geometry
geometry
:
null
|
GeoJsonGeometry
Optional
id
id
?:
string
|
number
Optional
links
links
?:
HonuaOgcLink
[]
properties
properties
:
null
|
Record
<
string
,
unknown
>
type
type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
geometry
id
links
properties
type
@honua/sdk-js
Loading...
A single OGC API Feature (GeoJSON Feature).