C# 클래스 VelocityDB.geohash.query.GeoHashBoundingBoxQuery

상속: GeoHashQuery
파일 보기 프로젝트 열기: VelocityDB/VelocityDB 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( GeoHash hash ) : bool
Contains ( WGS84Point point ) : bool
GeoHashBoundingBoxQuery ( BoundingBox bbox ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
AddSearchHash ( GeoHash hash ) : void
ExpandSearch ( GeoHash centerHash, BoundingBox bbox ) : void
HashFits ( GeoHash hash, BoundingBox bbox ) : bool

메소드 상세

Contains() 공개 메소드

public Contains ( GeoHash hash ) : bool
hash GeoHash
리턴 bool

Contains() 공개 메소드

public Contains ( WGS84Point point ) : bool
point WGS84Point
리턴 bool

GeoHashBoundingBoxQuery() 공개 메소드

public GeoHashBoundingBoxQuery ( BoundingBox bbox ) : System
bbox BoundingBox
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string