poly2allgrids_uint64
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