API / geotoolkit / crosssection / shapes / BandVisual / BandVisual
shapes.BandVisual.BandVisual
Type Aliases
Type Aliases
Ƭ Options: Merge<Options, { colorprovider?: ColorProvider ; columnalignment?: ColumnAlignment ; data?: DataSource ; interpolation?: Interpolation ; opacity?: number ; rowalignment?: RowAlignment ; webglrendering?: boolean }>
JSON options object
Ƭ OptionsOut: Object
JSON options object
| Name | Type | Description |
|---|---|---|
colorprovider | ColorProvider | colorprovider that maps color for Z-values |
columnalignment | ColumnAlignment | column alignment |
data? | DataSource | display data |
interpolation | Interpolation | interpolation |
opacity | number | opacity for the BandVisual |
rowalignment | RowAlignment | row alignment |
webglrendering | boolean | enable/disable WebGL rendering |