This container assembles maps into a raster cube data set (multilayer map).
| Name | Type | Description |
|---|---|---|
| Cell Type | Cell Type | Output map cell type. |
| Null Value | Null Value | Output map null value. |
| Name | Type | Description |
|---|---|---|
| Map | Map | The multilayer map. |
Number And Name Map functor must be used within this container to link the input maps.
They are used to assign a name and an order to the layers of the output multilayer map. Zero means that the layer position in the output map is not relevant; the zero numbered maps will be sorted by name and stacked at the bottom of the pile.
A model showcasing how to build a raster cube map using this operator can be found here.
CreateCubeMap