Click or drag to resize

BoundingBoxGeoHashIterator Class

Iterate over all of the values within a bounding box at a particular resolution
Inheritance Hierarchy
SystemObject
  VelocityDBExtensions.Geo.utilBoundingBoxGeoHashIterator

Namespace:  VelocityDBExtensions.Geo.util
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public class BoundingBoxGeoHashIterator : IEnumerable<GeoHash>, 
	IEnumerable

The BoundingBoxGeoHashIterator type exposes the following members.

Constructors
  NameDescription
Public methodBoundingBoxGeoHashIterator
Initializes a new instance of the BoundingBoxGeoHashIterator class
Top
Properties
  NameDescription
Public propertyBoundingBox
Top
Methods
  NameDescription
Public methodGetEnumerator
Top
See Also