Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
calc_distance_to_feature_map [2020/02/13 15:25] danilo |
calc_distance_to_feature_map [2026/07/07 19:55] (current) chrystian [Inputs] Formatting |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| | Source | [[Categorical Map Type]] | Map containing the features to which distances will be calculated. A feature is represented by a non-null value. Data cell type of this map must be compatible with "Signed 32 Bit Integer" or an error will be reported. | | | Source | [[Categorical Map Type]] | Map containing the features to which distances will be calculated. A feature is represented by a non-null value. Data cell type of this map must be compatible with "Signed 32 Bit Integer" or an error will be reported. | | ||
| + | | Mask | [[Categorical Map Type]] | A map used to mask the distance calculation on its null cell areas. Data cell type of this map must be compatible with "Signed 32 Bit Integer" or an error will be reported. | None | | ||
| + | |||
| + | ===== Optional Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ Default Value ^ | ^ Name ^ Type ^ Description ^ Default Value ^ | ||
| - | | Mask | [[Categorical Map Type]] | A map used to mask the distance calculation on its null cell areas. Data cell type of this map must be compatible with "Signed 32 Bit Integer" or an error will be reported. | None | | ||
| | Cell type | [[Cell Type Type]] | Data cell type. | Signed 32 Bit Integer | | | Cell type | [[Cell Type Type]] | Data cell type. | Signed 32 Bit Integer | | ||
| | Null Value | [[Null Value Type]] | Null value of the distance map. | Default((Based on the given Cell Type input)) | | | Null Value | [[Null Value Type]] | Null value of the distance map. | Default((Based on the given Cell Type input)) | | ||