RasterInterpretationCoercer

From fmepedia

RasterInterpretationCoercer is a Workbench Transformer.

The RasterInterpretationCoercer transformer replaces the now deprecated RasterDataTypeCoercer and RasterColorModelCoercer.

Alters the underlying interpretation of the bands or palettes of the raster geometry on the input features.

For example, an input raster feature with a single band of interpretation UInt8 could be converted to a single band of Gray8 or UInt16 data.

The 'Interpretation Type' parameter selects which components will be included, and the total bit depth of each color element. For example, 'RGBA64' will give you Red, Green, Blue, and Alpha components, with a total bit depth of 64 bits (so each component is 16 bits).

Each RasterInterpretationCoercer performs a conversion on the input raster. If multiple RasterInterpretationCoercers are used in sequence, then multiple conversions will take place; data quality and translation performance may suffer.

This transformer supports raster band and palette selection. The RasterSelector can be used to modify selection.

User Comments Add a new comment