Liferay 7.0-ce-b4

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

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

public class GeoDistanceFilter
extends BaseFilter


Constructor Summary
GeoDistanceFilter(String field, GeoLocationPoint pinGeoLocationPoint, GeoDistance geoDistance)
           
 
Method Summary
<T> T
accept(FilterVisitor<T> filterVisitor)
           
 String getField()
           
 GeoDistance getGeoDistance()
           
 GeoLocationPoint getPinGeoLocationPoint()
           
 int getSortOrder()
           
 
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

GeoDistanceFilter

public GeoDistanceFilter(String field,
                         GeoLocationPoint pinGeoLocationPoint,
                         GeoDistance geoDistance)
Method Detail

accept

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

getField

public String getField()

getGeoDistance

public GeoDistance getGeoDistance()

getPinGeoLocationPoint

public GeoLocationPoint getPinGeoLocationPoint()

getSortOrder

public int getSortOrder()

Liferay 7.0-ce-b4