Class GeoQueryContext

    • Method Detail

      • getGeoPoint

        public GeoPoint getGeoPoint()
        Returns the geo point of the context
      • getBoost

        public int getBoost()
        Returns the query-time boost of the context
      • getPrecision

        public int getPrecision()
        Returns the precision (length) for the geohash
      • getNeighbours

        public java.util.List<java.lang.Integer> getNeighbours()
        Returns the precision levels at which geohash cells neighbours are considered
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object