Click or drag to resize

BoundingBoxSampler Constructor (TwoGeoHashBoundingBox)

Initializes a new instance of the BoundingBoxSampler class

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

Parameters

bbox
Type: VelocityDBExtensions.Geo.utilTwoGeoHashBoundingBox

[Missing <param name="bbox"/> documentation for "M:VelocityDBExtensions.Geo.util.BoundingBoxSampler.#ctor(VelocityDBExtensions.Geo.util.TwoGeoHashBoundingBox)"]

Exceptions
ExceptionCondition
[!:IllegalArgumentException] if the number of geohashes contained in the bounding box exceeds Integer.MAX_VALUE
See Also