Uses of Class
com.liferay.portal.kernel.search.geolocation.GeoLocationPoint
Packages that use GeoLocationPoint
-
Uses of GeoLocationPoint in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search that return GeoLocationPointMethods in com.liferay.portal.kernel.search that return types with arguments of type GeoLocationPointMethods in com.liferay.portal.kernel.search with parameters of type GeoLocationPointModifier and TypeMethodDescriptionvoid
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 GeoLocationPointModifier and TypeMethodDescriptionGeoBoundingBoxFilter.getBottomRightGeoLocationPoint()
GeoDistanceFilter.getPinGeoLocationPoint()
GeoDistanceRangeFilter.getPinGeoLocationPoint()
GeoBoundingBoxFilter.getTopLeftGeoLocationPoint()
Methods in com.liferay.portal.kernel.search.filter that return types with arguments of type GeoLocationPointMethods in com.liferay.portal.kernel.search.filter with parameters of type GeoLocationPointModifier and TypeMethodDescriptionvoid
GeoPolygonFilter.addGeoLocationPoint
(GeoLocationPoint geoLocationPoint) Constructors in com.liferay.portal.kernel.search.filter with parameters of type GeoLocationPointModifierConstructorDescriptionGeoBoundingBoxFilter
(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)