Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaQueryResponse
Interface HonuaQueryResponse
Response from a feature or map-layer query returning features.
interface
HonuaQueryResponse
{
exceededTransferLimit
?:
boolean
;
features
?:
HonuaFeature
[]
;
fields
?:
HonuaFieldInfo
[]
;
geometryType
?:
EsriGeometryType
;
objectIdFieldName
?:
string
;
spatialReference
?:
HonuaSpatialReference
;
}
Index
Properties
exceeded
Transfer
Limit?
features?
fields?
geometry
Type?
object
Id
Field
Name?
spatial
Reference?
Properties
Optional
exceeded
Transfer
Limit
exceeded
Transfer
Limit
?:
boolean
Optional
features
features
?:
HonuaFeature
[]
Optional
fields
fields
?:
HonuaFieldInfo
[]
Optional
geometry
Type
geometry
Type
?:
EsriGeometryType
Optional
object
Id
Field
Name
object
Id
Field
Name
?:
string
Optional
spatial
Reference
spatial
Reference
?:
HonuaSpatialReference
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exceeded
Transfer
Limit
features
fields
geometry
Type
object
Id
Field
Name
spatial
Reference
@honua/sdk-js
Loading...
Response from a feature or map-layer query returning features.