Details
Description
To check for Opacity from Style its required to extend the current OpacityFinder and implement the body of
public void visit(RasterSymbolizer raster) {
}
as well as the checkOpacity because the value of the Expression is String instead of one of the implemented types (int, double, float, etc)