Liferay 7.0-ce-b4

com.liferay.portal.kernel.search.filter
Class GeoBoundingBoxFilter

java.lang.Object
  extended by com.liferay.portal.kernel.search.filter.BaseFilter
      extended by com.liferay.portal.kernel.search.filter.GeoBoundingBoxFilter
All Implemented Interfaces:
Filter

public class GeoBoundingBoxFilter
extends BaseFilter


Constructor Summary
GeoBoundingBoxFilter(String field, GeoLocationPoint topLeftGeoLocationPoint, GeoLocationPoint bottomRightGeoLocationPoint)
           
 
Method Summary
<T> T
accept(FilterVisitor<T> filterVisitor)
           
 GeoLocationPoint getBottomRightGeoLocationPoint()
           
 String getField()
           
 int getSortOrder()
           
 GeoLocationPoint getTopLeftGeoLocationPoint()
           
 
Methods inherited from class com.liferay.portal.kernel.search.filter.BaseFilter
getExecutionOption, isCached, setCached, setExecutionOption, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeoBoundingBoxFilter

public GeoBoundingBoxFilter(String field,
                            GeoLocationPoint topLeftGeoLocationPoint,
                            GeoLocationPoint bottomRightGeoLocationPoint)
Method Detail

accept

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

getBottomRightGeoLocationPoint

public GeoLocationPoint getBottomRightGeoLocationPoint()

getField

public String getField()

getSortOrder

public int getSortOrder()

getTopLeftGeoLocationPoint

public GeoLocationPoint getTopLeftGeoLocationPoint()

Liferay 7.0-ce-b4