Click or drag to resize

BoundingBoxSampler Class

Select random samples of geohashes within a bounding box, without replacement
Inheritance Hierarchy
SystemObject
  VelocityDBExtensions.Geo.utilBoundingBoxSampler

Namespace:  VelocityDBExtensions.Geo.util
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public class BoundingBoxSampler

The BoundingBoxSampler type exposes the following members.

Constructors
  NameDescription
Public methodBoundingBoxSampler(TwoGeoHashBoundingBox)
Initializes a new instance of the BoundingBoxSampler class
Public methodBoundingBoxSampler(TwoGeoHashBoundingBox, Int32)
Initializes a new instance of the BoundingBoxSampler class
Top
Properties
  NameDescription
Public propertyBoundingBox
Top
Methods
  NameDescription
Public methodNext
Top
See Also