Configuration config = new Configuration();
Template template = new Template();
template.setConfiguration(config);
final GridLayerPlugin plugin = new GridLayerPlugin();
StyleParser styleParser = new StyleParser();
plugin.setParser(styleParser);
final GridLayer layer = plugin.parse(template, layerData);
MapBounds bounds = new BBoxMapBounds(DefaultEngineeringCRS.GENERIC_2D, 100, 100, 140, 140);
Dimension mapSize = new Dimension(400, 400);