Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
calc_distance_to_feature_map [2015/10/13 20:14] admin |
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)) | | ||
| Line 30: | Line 32: | ||
| The mask does not interfere with distance calculations to cells located beyond null cells. | The mask does not interfere with distance calculations to cells located beyond null cells. | ||
| + | |||
| + | The resulting output map has one layer named "layer_0". This is the default name for layers of a map when an explicit name is not specified. | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| CalcDistanceToFeatureMap | CalcDistanceToFeatureMap | ||