Class BBOXExpandingFilterVisitor

Object
DuplicatingFilterVisitor
BBOXExpandingFilterVisitor
All Implemented Interfaces:
ExpressionVisitor, FilterVisitor

public class BBOXExpandingFilterVisitor extends DuplicatingFilterVisitor
A DuplicatingFilterVisitor which expands the BBOX of the filter by given distances for each box edge.
Author:
Martin Davis - OpenGeo
  • Constructor Details

    • BBOXExpandingFilterVisitor

      public BBOXExpandingFilterVisitor(double expandMinX, double expandMaxX, double expandMinY, double expandMaxY)
      Creates a new expanding filter.
      Parameters:
      expandMinX - the distance to expand the box X dimension leftwards
      expandMaxX - the distance to expand the box X dimension rightwards
      expandMinY - the distance to expand the box Y dimension downwards
      expandMaxY - the distance to expand the box Y dimension upwards
  • Method Details