Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
SpatialAggregationIndexState
Interface SpatialAggregationIndexState
interface
SpatialAggregationIndexState
{
cellCount
?:
number
;
coverage
?:
SpatialAggregationIndexCoverageMetadata
;
extent
?:
HonuaExtent
;
hierarchy
?:
"flat"
|
"unknown"
|
"parent-child"
;
model
:
SpatialAggregationIndexModelMetadata
;
requestedResolution
?:
SpatialAggregationResolutionInput
;
resolution
?:
number
;
}
Index
Properties
cell
Count?
coverage?
extent?
hierarchy?
model
requested
Resolution?
resolution?
Properties
Optional
Readonly
cell
Count
cell
Count
?:
number
Optional
Readonly
coverage
coverage
?:
SpatialAggregationIndexCoverageMetadata
Optional
Readonly
extent
extent
?:
HonuaExtent
Optional
Readonly
hierarchy
hierarchy
?:
"flat"
|
"unknown"
|
"parent-child"
Readonly
model
model
:
SpatialAggregationIndexModelMetadata
Optional
Readonly
requested
Resolution
requested
Resolution
?:
SpatialAggregationResolutionInput
Optional
Readonly
resolution
resolution
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cell
Count
coverage
extent
hierarchy
model
requested
Resolution
resolution
@honua/sdk-js
Loading...