WindingNumber: Winding Number

Description Usage Arguments

Description

Calculates the winding number for a point and polygon. Returns 0 when the point is outside the polygon.

Usage

1
WindingNumber(pointX, pointY, polyX, polyY)

Arguments

pointX

x-coordinate of a point (typically 'latitude')

pointY

y-coordinate of a point (typically 'longitude')

polyX

x-coordinates of the polygon

polyY

y-coordinates of thepolygon


SymbolixAU/spatialdatatable documentation built on May 6, 2019, 11:20 a.m.