This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Calc Distance Map

Description

This functor calculates a map representing the frontage distance (in meters) between a cell and the closest cell of a certain category specified in the “Categorical Map” input.

Inputs

Name Type Description
Categorical Map Categorical Map

Signed 32 Bit Integer” or an error will be reported. |

Categories Int Set

Optional Inputs

Name Type Description Default Value
Cell Type Cell Type Data cell type. Signed 32 Bit Integer
Null Value Int Null value of the distance map. -2147483648
Truncate Distance Bool If true, distance values that exceed the greatest value of the output map will be truncated, instead of informing an error. False.

Outputs

Name Type Description
Distance Map The distance map. The distances are represented in meters. Map format has the same dimensions of the “Categorical Map”.

Group

Map Algebra

Notes

The calculated distance is the Euclidean distance and the unit used is the meter.

Internal Name

CalcDistanceMap