BoundingBoxSampler Constructor (TwoGeoHashBoundingBox) |
Namespace:
VelocityDBExtensions.Geo.util
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic BoundingBoxSampler(
TwoGeoHashBoundingBox bbox
)
Public Sub New (
bbox As TwoGeoHashBoundingBox
)
public:
BoundingBoxSampler(
TwoGeoHashBoundingBox^ bbox
)
new :
bbox : TwoGeoHashBoundingBox -> BoundingBoxSampler
Parameters
- bbox
- Type: VelocityDBExtensions.Geo.utilTwoGeoHashBoundingBox
[Missing <param name="bbox"/> documentation for "M:VelocityDBExtensions.Geo.util.BoundingBoxSampler.#ctor(VelocityDBExtensions.Geo.util.TwoGeoHashBoundingBox)"]
ExceptionsException | Condition |
---|
[!:IllegalArgumentException] |
if the number of geohashes contained in the bounding box
exceeds Integer.MAX_VALUE |
See Also