Couple of things you can try:
If they are areas but not filled, use the FeatureColorSetter to assign a fill color.
If they are not areas you can use the AreaBuilder to create areas out of it (but I suspect that in terms of processing it will be a big impact just like the Intersector) or maybe the MapnikRasterizer instead of the ImageRasterizer as it gives you a bit more control.
Couple of things you can try:
If they are areas but not filled, use the FeatureColorSetter to assign a fill color.
If they are not areas you can use the AreaBuilder to create areas out of it (but I suspect that in terms of processing it will be a big impact just like the Intersector) or maybe the MapnikRasterizer instead of the ImageRasterizer as it gives you a bit more control.
@redgeographics, i dont need fill color, i need without fill
@redgeographics, i dont need fill color, i need without fill
Ah, I misread your post. Maybe if you try forcing everything to lines with the GeometryCoercer?