I know this is an old thread but I just stumble upon this exact situation.

Instead of :

Filter filter = query.getFilter(); 
      if (filter instanceof org.geotools.renderer.lite.FastBBOX) { 
         FastBBOX filterBBox = (FastBBOX)filter; 

You can cast directly to :

(org.opengis.filter.spatial.BBOX) filter

which has .getMaxX, .getMaxY, etc ...



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-Dev-f3819232.html


_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to