C# Class VelocityDB.geohash.util.BoundingBoxSampler

Select random samples of geohashes within a bounding box, without replacement
Afficher le fichier Open project: VelocityDB/VelocityDB

Méthodes publiques

Méthode Description
BoundingBoxSampler ( TwoGeoHashBoundingBox bbox ) : System
BoundingBoxSampler ( TwoGeoHashBoundingBox bbox, int seed ) : System
Next ( ) : GeoHash

Method Details

BoundingBoxSampler() public méthode

/// if the number of geohashes contained in the bounding box /// exceeds Integer.MAX_VALUE
public BoundingBoxSampler ( TwoGeoHashBoundingBox bbox ) : System
bbox TwoGeoHashBoundingBox
Résultat System

BoundingBoxSampler() public méthode

public BoundingBoxSampler ( TwoGeoHashBoundingBox bbox, int seed ) : System
bbox TwoGeoHashBoundingBox
seed int
Résultat System

Next() public méthode

public Next ( ) : GeoHash
Résultat GeoHash