C# Class VelocityDB.geohash.query.GeoHashBoundingBoxQuery

Inheritance: GeoHashQuery
Afficher le fichier Open project: VelocityDB/VelocityDB Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
AddSearchHash ( GeoHash hash ) : void
ExpandSearch ( GeoHash centerHash, BoundingBox bbox ) : void
HashFits ( GeoHash hash, BoundingBox bbox ) : bool

Method Details

Contains() public méthode

public Contains ( GeoHash hash ) : bool
hash GeoHash
Résultat bool

Contains() public méthode

public Contains ( WGS84Point point ) : bool
point WGS84Point
Résultat bool

GeoHashBoundingBoxQuery() public méthode

public GeoHashBoundingBoxQuery ( BoundingBox bbox ) : System
bbox BoundingBox
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string