Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
SpatialAggregationSummaryMetadata
Interface SpatialAggregationSummaryMetadata
interface
SpatialAggregationSummaryMetadata
{
domain
?:
readonly
SpatialAggregationDomainValue
[]
;
field
?:
string
;
histogram
?:
{
bins
?:
number
;
max
?:
number
;
method
?:
"custom"
|
"equal-interval"
|
"quantile"
;
min
?:
number
;
}
;
id
:
string
;
kind
:
SpatialAggregationSummaryKind
;
ranges
?:
readonly
SpatialAggregationRangeBucketSpec
[]
;
title
?:
string
;
unit
?:
string
;
valueType
?:
SpatialAggregationValueType
;
}
Index
Properties
domain?
field?
histogram?
id
kind
ranges?
title?
unit?
value
Type?
Properties
Optional
Readonly
domain
domain
?:
readonly
SpatialAggregationDomainValue
[]
Optional
Readonly
field
field
?:
string
Optional
Readonly
histogram
histogram
?:
{
bins
?:
number
;
max
?:
number
;
method
?:
"custom"
|
"equal-interval"
|
"quantile"
;
min
?:
number
;
}
Readonly
id
id
:
string
Readonly
kind
kind
:
SpatialAggregationSummaryKind
Optional
Readonly
ranges
ranges
?:
readonly
SpatialAggregationRangeBucketSpec
[]
Optional
Readonly
title
title
?:
string
Optional
Readonly
unit
unit
?:
string
Optional
Readonly
value
Type
value
Type
?:
SpatialAggregationValueType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
domain
field
histogram
id
kind
ranges
title
unit
value
Type
@honua/sdk-js
Loading...