Class GeoBoundingBoxFilter

Object
com.liferay.portal.kernel.search.filter.BaseFilter
com.liferay.portal.kernel.search.filter.GeoBoundingBoxFilter
All Implemented Interfaces:
Filter

public class GeoBoundingBoxFilter extends BaseFilter
Author:
Michael C. Han
  • Constructor Details

  • Method Details

    • accept

      public <T> T accept(FilterVisitor<T> filterVisitor)
    • getBottomRightGeoLocationPoint

      public GeoLocationPoint getBottomRightGeoLocationPoint()
    • getField

      public String getField()
    • getSortOrder

      public int getSortOrder()
    • getTopLeftGeoLocationPoint

      public GeoLocationPoint getTopLeftGeoLocationPoint()