Grid Metric
Choice of distance metric for GridProjection neighborhood and spatial-query operations.
CHEBYSHEV — king-move distance. Within radius 1 = Moore neighborhood (8 surrounding cells).
MANHATTAN — taxicab distance. Within radius 1 = Von Neumann neighborhood (4 surrounding cells).
EUCLIDEAN — straight-line distance in cell units. The "neighbors within distance r" set is a discrete approximation of a disk.
Entries
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.