Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaOgcFeatureCollectionResponse
Interface HonuaOgcFeatureCollectionResponse
OGC API Features collection response (GeoJSON FeatureCollection).
interface
HonuaOgcFeatureCollectionResponse
{
features
:
HonuaOgcFeatureResponse
[]
;
links
?:
HonuaOgcLink
[]
;
numberMatched
?:
number
;
numberReturned
?:
number
;
type
:
"FeatureCollection"
;
}
Index
Properties
features
links?
number
Matched?
number
Returned?
type
Properties
features
features
:
HonuaOgcFeatureResponse
[]
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
features
links
number
Matched
number
Returned
type
@honua/sdk-js
Loading...
OGC API Features collection response (GeoJSON FeatureCollection).