Click or drag to resize

VelocityDBExtensions.Geo Namespace

The VelocityDB.geohash namespace contains classes for creating GeoHash based on Longitude and Latitude, 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 classBoundingBox
Rectangular bounding box which is used to describe the bounds of a GeoHash query
Public classGeoHash
See https://en.wikipedia.org/wiki/Geohash
Public classWGS84Point
encapsulates coordinates on the earths surface. Coordinate projections might end up using this class...