Hello all,
I want to generate a vector point from the origin point of a raster.
My raster is an ecw (version 2) format.
I can expose the coordinate values of the origin point by using RasterPropertyExtractor
But, I fail to create the vector point with VertexCreator. I assume this is because the raster still exists and I cannot add a vector point to a raster feature. If I could replace the raster with the vector point, this would work for me.