Skip to content

poly2allgrids_uint64

Maarten Hilferink edited this page Oct 17, 2024 · 1 revision

Syntax

poly2allgrids_uint64(poly: polyDomain->*points, rasterDomain)

Results in

unit<uint64> _ { 
   attribute<polyDomain> polygon_rel;
   attribute<rasterDomain> grid_rel;
}

Note that the attribute polygon_rel is only created when polyDomain is non-void.

See also

Clone this wiki locally