API / geotoolkit / data / DiscreteDataMap / DiscreteDataMap
data.DiscreteDataMap.DiscreteDataMap
Type Aliases
Type Aliases
Ƭ Options<T>: Object
properties object
| Name | Type |
|---|---|
T | any |
| Name | Type | Description |
|---|---|---|
codes? | number[] | code value for each section |
ranges? | number[][] | array of ranges |
type? | MapType | data type to specify usage codes or ranges |
values? | T[] | list of values |
Ƭ OptionsOut<T>: Object
| Name | Type |
|---|---|
T | any |
| Name | Type | Description |
|---|---|---|
codes | number[] | array of codes |
ranges | number[][] | array of ranges |
type | MapType | data map type |
values | T[] | list of values |