Interface SpatialAggregationIndexState

interface SpatialAggregationIndexState {
    cellCount?: number;
    coverage?: SpatialAggregationIndexCoverageMetadata;
    extent?: HonuaExtent;
    hierarchy?: "flat" | "unknown" | "parent-child";
    model: SpatialAggregationIndexModelMetadata;
    requestedResolution?: SpatialAggregationResolutionInput;
    resolution?: number;
}

Properties

cellCount?: number
extent?: HonuaExtent
hierarchy?: "flat" | "unknown" | "parent-child"
requestedResolution?: SpatialAggregationResolutionInput
resolution?: number