}
Style rasterized = remapStyle(defaultStyle, rasterSymbolizer, min, max, classes, ramp, layer, digits, colormapType);
//check the format, if specified as sld, return the sld itself
DataFormat format = getFormatGet();
if ( format instanceof SLDFormat ) {
return rasterized;
}
return defaultStyle;
}