This functor is deprecated. It computes a new continuous raster map by evaluating an algebraic or logical expression independently for every cell of the output map, in exactly the same way as Calculate Map. It is kept only so that older models built with it continue to load and run; new models should use Calculate Map instead.
| Name | Type | Description |
|---|---|---|
| Expression | Image Expression Type | Algebraic or logical formula used to compute each output cell. Must be enclosed in square brackets [ ] in EGO Script. |
| Name | Type | Description | Default Value |
|---|---|---|---|
| Cell Type | Cell Type Type | Data type for each output cell. | Signed 32 Bit Integer |
| Null Value | Null Value Type | Sentinel value representing “no data” in the output. | .default |
| Result Is Sparse | Boolean Value Type | If true, only non-null cells are stored, saving memory at the expense of random-access speed. This is an advanced port. | No |
| Result Format | Map Type | Reference map whose spatial format (extent, resolution, projection) is applied to the output; its category information, if any, is ignored. This is an advanced port. | .none |
| Name | Type | Description |
|---|---|---|
| Result | Map Type | Computed output map. Its dimensions come from the connected input maps, or from Result Format when given. |
Behaves identically to Calculate Map in every respect except its internal name; see that functor's Notes for the hook mechanism, image virtualization, and null-value handling that both share.
This functor is obsolete and is retained only for backward compatibility with existing models.
CalculateMap2