Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
SpatialAggregationHistogramSummarySpec
Interface SpatialAggregationHistogramSummarySpec
interface
SpatialAggregationHistogramSummarySpec
{
bins
?:
number
;
description
?:
string
;
field
:
string
;
id
:
string
;
kind
:
"histogram"
;
max
?:
number
;
method
?:
"custom"
|
"equal-interval"
|
"quantile"
;
min
?:
number
;
title
?:
string
;
unit
?:
string
;
valueType
?:
SpatialAggregationValueType
;
}
Hierarchy (
view full
)
SpatialAggregationSummaryBase
SpatialAggregationHistogramSummarySpec
Index
Properties
bins?
description?
field
id
kind
max?
method?
min?
title?
unit?
value
Type?
Properties
Optional
Readonly
bins
bins
?:
number
Optional
Readonly
description
description
?:
string
Readonly
field
field
:
string
Readonly
id
id
:
string
Readonly
kind
kind
Optional
Readonly
max
max
?:
number
Optional
Readonly
method
method
?:
"custom"
|
"equal-interval"
|
"quantile"
Optional
Readonly
min
min
?:
number
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
bins
description
field
id
kind
max
method
min
title
unit
value
Type
@honua/sdk-js
Loading...