Class GeoSearchStoreCommand

    • Constructor Detail

      • GeoSearchStoreCommand

        public GeoSearchStoreCommand()
      • GeoSearchStoreCommand

        public GeoSearchStoreCommand​(byte[] destination,
                                     byte[] source,
                                     FromMember fromMember,
                                     FromLonLat fromLonLat,
                                     ByRadius byRadius,
                                     ByBox byBox,
                                     Count count,
                                     OrderType orderType,
                                     boolean withCoord,
                                     boolean withDist,
                                     boolean withHash,
                                     boolean storeDist)
    • Method Detail

      • getDestination

        public byte[] getDestination()
      • setDestination

        public void setDestination​(byte[] destination)
      • getSource

        public byte[] getSource()
      • setSource

        public void setSource​(byte[] source)
      • getFromMember

        public FromMember getFromMember()
      • setFromMember

        public void setFromMember​(FromMember fromMember)
      • getFromLonLat

        public FromLonLat getFromLonLat()
      • setFromLonLat

        public void setFromLonLat​(FromLonLat fromLonLat)
      • getByRadius

        public ByRadius getByRadius()
      • setByRadius

        public void setByRadius​(ByRadius byRadius)
      • getByBox

        public ByBox getByBox()
      • setByBox

        public void setByBox​(ByBox byBox)
      • getCount

        public Count getCount()
      • setCount

        public void setCount​(Count count)
      • getOrderType

        public OrderType getOrderType()
      • setOrderType

        public void setOrderType​(OrderType orderType)
      • isWithCoord

        public boolean isWithCoord()
      • setWithCoord

        public void setWithCoord​(boolean withCoord)
      • isWithDist

        public boolean isWithDist()
      • setWithDist

        public void setWithDist​(boolean withDist)
      • isWithHash

        public boolean isWithHash()
      • setWithHash

        public void setWithHash​(boolean withHash)
      • isStoreDist

        public boolean isStoreDist()
      • setStoreDist

        public void setStoreDist​(boolean storeDist)