Syntax @RasterCellOrigin([REJECTABLE], , ) Arguments REJECTABLE Specifies if the function will supply a rejection code and message to the invalid feature and output it to the rejected port, or will fail upon being supplied invalid features. A feature can be rejected for the following reasons: - The feature has invalid geometry - The raster has no bands The X component of the cell origin. Range: [0.0-1.0] The Y component of the cell origin. Range: [0.0-1.0] Description The @RasterCellOrigin function is used to set a raster's cell origin. This can be used to specify whether each cell's data point is at the lower-left or center (or somewhere else) within the cell. The and parameters are used to set the raster's cell origin. Each of these parameters must be between 0.0 and 1.0 inclusively. Input features must contain raster geometries only.