Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaOgcRecordResponse
Interface HonuaOgcRecordResponse
A single OGC API Records record (GeoJSON Feature with record metadata).
interface
HonuaOgcRecordResponse
{
geometry
:
null
|
GeoJsonGeometry
;
id
?:
string
|
number
;
links
?:
HonuaOgcLink
[]
;
properties
:
null
|
HonuaOgcRecordProperties
;
type
:
"Feature"
;
}
Hierarchy
Omit
<
HonuaOgcFeatureResponse
,
"properties"
>
HonuaOgcRecordResponse
Index
Properties
geometry
id?
links?
properties
type
Properties
geometry
geometry
:
null
|
GeoJsonGeometry
Optional
id
id
?:
string
|
number
Optional
links
links
?:
HonuaOgcLink
[]
properties
properties
:
null
|
HonuaOgcRecordProperties
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 Records record (GeoJSON Feature with record metadata).