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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Contains() 공개 메소드

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

Contains() 공개 메소드

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

GeoHashCircleQuery() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string