C# Class VelocityDB.geohash.query.GeoHashBoundingBoxQuery

Inheritance: GeoHashQuery
Show file Open project: VelocityDB/VelocityDB Class Usage Examples

Public Methods

Method Description
Contains ( GeoHash hash ) : bool
Contains ( WGS84Point point ) : bool
GeoHashBoundingBoxQuery ( BoundingBox bbox ) : System
ToString ( ) : string

Private Methods

Method Description
AddSearchHash ( GeoHash hash ) : void
ExpandSearch ( GeoHash centerHash, BoundingBox bbox ) : void
HashFits ( GeoHash hash, BoundingBox bbox ) : bool

Method Details

Contains() public method

public Contains ( GeoHash hash ) : bool
hash GeoHash
return bool

Contains() public method

public Contains ( WGS84Point point ) : bool
point WGS84Point
return bool

GeoHashBoundingBoxQuery() public method

public GeoHashBoundingBoxQuery ( BoundingBox bbox ) : System
bbox BoundingBox
return System

ToString() public method

public ToString ( ) : string
return string