Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.search.geolocation.GeoLocationPoint

Packages that use GeoLocationPoint
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.search.filter   
 

Uses of GeoLocationPoint in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search that return GeoLocationPoint
 GeoLocationPoint Field.getGeoLocationPoint()
           
 

Methods in com.liferay.portal.kernel.search that return types with arguments of type GeoLocationPoint
 List<GeoLocationPoint> GeoDistanceSort.getGeoLocationPoints()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type GeoLocationPoint
 void GeoDistanceSort.addGeoLocationPoint(GeoLocationPoint geoLocationPoint)
           
 void GeoDistanceSort.addGeoLocationPoints(GeoLocationPoint... geoLocationPoints)
           
 void Field.setGeoLocationPoint(GeoLocationPoint geoLocationPoint)
           
 

Uses of GeoLocationPoint in com.liferay.portal.kernel.search.filter
 

Methods in com.liferay.portal.kernel.search.filter that return GeoLocationPoint
 GeoLocationPoint GeoBoundingBoxFilter.getBottomRightGeoLocationPoint()
           
 GeoLocationPoint GeoDistanceRangeFilter.getPinGeoLocationPoint()
           
 GeoLocationPoint GeoDistanceFilter.getPinGeoLocationPoint()
           
 GeoLocationPoint GeoBoundingBoxFilter.getTopLeftGeoLocationPoint()
           
 

Methods in com.liferay.portal.kernel.search.filter that return types with arguments of type GeoLocationPoint
 Set<GeoLocationPoint> GeoPolygonFilter.getGeoLocationPoints()
           
 

Methods in com.liferay.portal.kernel.search.filter with parameters of type GeoLocationPoint
 void GeoPolygonFilter.addGeoLocationPoint(GeoLocationPoint geoLocationPoint)
           
 

Constructors in com.liferay.portal.kernel.search.filter with parameters of type GeoLocationPoint
GeoBoundingBoxFilter(String field, GeoLocationPoint topLeftGeoLocationPoint, GeoLocationPoint bottomRightGeoLocationPoint)
           
GeoDistanceFilter(String field, GeoLocationPoint pinGeoLocationPoint, GeoDistance geoDistance)
           
GeoDistanceRangeFilter(String field, boolean includesLower, boolean includesUpper, GeoDistance lowerBoundGeoDistance, GeoLocationPoint pinGeoLocationPoint, GeoDistance upperBoundGeoDistance)
           
 


Liferay 7.0-ce-b4