I'm sorry to ask a question here. I'm new to geotools. Now I need a function to output features into a tile. Function is defined as follows:
public Image getTile(FeatureCollection features,Style style,double minX,double minY,double maxX,double maxY,double resolution){
return ;
}
Can someone give me some sample code or advice? Thanks in advance.