Liferay 7.0-ce-b4

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

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

public class GeoPolygonFilter
extends BaseFilter


Constructor Summary
GeoPolygonFilter(String field)
           
 
Method Summary
<T> T
accept(FilterVisitor<T> filterVisitor)
           
 void addGeoLocationPoint(GeoLocationPoint geoLocationPoint)
           
 String getField()
           
 Set<GeoLocationPoint> getGeoLocationPoints()
           
 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

GeoPolygonFilter

public GeoPolygonFilter(String field)
Method Detail

accept

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

addGeoLocationPoint

public void addGeoLocationPoint(GeoLocationPoint geoLocationPoint)

getField

public String getField()

getGeoLocationPoints

public Set<GeoLocationPoint> getGeoLocationPoints()

getSortOrder

public int getSortOrder()

Liferay 7.0-ce-b4