C# 클래스 VelocityDB.geohash.util.BoundingBoxSampler

Select random samples of geohashes within a bounding box, without replacement
파일 보기 프로젝트 열기: VelocityDB/VelocityDB

공개 메소드들

메소드 설명
BoundingBoxSampler ( TwoGeoHashBoundingBox bbox ) : System
BoundingBoxSampler ( TwoGeoHashBoundingBox bbox, int seed ) : System
Next ( ) : GeoHash

메소드 상세

BoundingBoxSampler() 공개 메소드

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

BoundingBoxSampler() 공개 메소드

public BoundingBoxSampler ( TwoGeoHashBoundingBox bbox, int seed ) : System
bbox TwoGeoHashBoundingBox
seed int
리턴 System

Next() 공개 메소드

public Next ( ) : GeoHash
리턴 GeoHash