Hi All -
I have been trying to convert a GeoTiff (also converted to ESRI Raster to try it too) and write to ESRI polygon feature class. I have used the steps below….. However, the translation fails and I get the following error:
“Cannot write a non-point feature to a point feature class”
There are no point features at play in any steps. RasterCellCoercer output cell geometry is set to ‘polygon’ and writer is set to polygon too.
Does anyone know what is wrong here? Is another step in terms of geometry replacement or definition needed?
Steps:
- Reader to read the GeoTiff (or Raster).
- RasterCellCoercer to convert the rastercells to polygons.
- AttributeCreator to convert the raster cell value to attribute. In this case _band{0}.value.
- Relevant writer to write the result to polygon FC.
Thanks in advance!