C# Class VelocityDB.geohash.query.GeoHashCircleQuery

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Contains ( GeoHash hash ) : bool
Contains ( WGS84Point point ) : bool
GeoHashCircleQuery ( WGS84Point center, double radius ) : System

create a GeoHashCircleQuery with the given center point and a radius in meters.

ToString ( ) : string

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

GeoHashCircleQuery() public méthode

create a GeoHashCircleQuery with the given center point and a radius in meters.
public GeoHashCircleQuery ( WGS84Point center, double radius ) : System
center WGS84Point
radius double
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string