C# Class VelocityDB.geohash.query.GeoHashCircleQuery

Inheritance: GeoHashQuery
Datei anzeigen Open project: VelocityDB/VelocityDB Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Contains() public method

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

GeoHashCircleQuery() public method

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

ToString() public method

public ToString ( ) : string
return string