====== Create Cube Map ====== ===== Description ===== This container assembles maps into a raster cube data set (multilayer map). ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Cell Type | [[ Cell Type Type|Cell Type ]] | Output map cell type. | | Null Value | [[Null Value Type|Null Value ]] | Output map null value. | ===== Optional Inputs ===== ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Map | [[ Map Type|Map ]] | The multilayer map. | ===== Group ===== [[Functor List#Map Algebra | Map Algebra]] ===== Notes ===== [[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 [[raster cube|here]].// ===== Internal Name ===== CreateCubeMap