Click or drag to resize

VelocityDBExtensions.Geo.query Namespace

The VelocityDB.geohash.query namespace contains classes for querying GeoHash, see https://en.wikipedia.org/wiki/Geohash Ported to C# from Java by Mats Persson, VelocityDB, Inc. original Java code, see https://github.com/kungfoo/geohash-java Copyright 2010, Silvio Heuberger @ IFS www.ifs.hsr.ch This code is release under the Apache License 2.0. http://www.apache.org/licenses/LICENSE-2.0
Classes
  ClassDescription
Public classGeoHashBoundingBoxQuery
This class returns the hashes covering a certain bounding box. There are either 1,2 or 4 susch hashes, depending on the position of the bounding box on the geohash grid.
Public classGeoHashCircleQuery
represents a radius search around a specific point via geohashes. Approximates the circle with a square!
Interfaces
  InterfaceDescription
Public interfaceGeoHashQuery