Class GeoDistanceSort

Object
com.liferay.portal.kernel.search.Sort
com.liferay.portal.kernel.search.GeoDistanceSort
All Implemented Interfaces:
Serializable

public class GeoDistanceSort extends Sort
Author:
Michael C. Han
See Also:
  • Constructor Details

    • GeoDistanceSort

      public GeoDistanceSort()
  • Method Details

    • addGeoHash

      public void addGeoHash(String geoHash)
    • addGeoHash

      public void addGeoHash(String... geoHashes)
    • addGeoLocationPoint

      public void addGeoLocationPoint(GeoLocationPoint geoLocationPoint)
    • addGeoLocationPoints

      public void addGeoLocationPoints(GeoLocationPoint... geoLocationPoints)
    • getGeoHashes

      public List<String> getGeoHashes()
    • getGeoLocationPoints

      public List<GeoLocationPoint> getGeoLocationPoints()