C# 클래스 Rubber.DSL.Filter.GeoBoundingBoxFilterBuilder

상속: IFilterBuilder
파일 보기 프로젝트 열기: stephenpope/Rubber

공개 메소드들

메소드 설명
BottomRight ( double lat, double lon ) : GeoBoundingBoxFilterBuilder
BottomRight ( string geohash ) : GeoBoundingBoxFilterBuilder
Cache ( bool cache ) : GeoBoundingBoxFilterBuilder
CacheKey ( string cacheKey ) : GeoBoundingBoxFilterBuilder
FilterName ( string filterName ) : GeoBoundingBoxFilterBuilder
GeoBoundingBoxFilterBuilder ( string name ) : System
ToJsonObject ( ) : object
ToString ( ) : string
TopLeft ( double lat, double lon ) : GeoBoundingBoxFilterBuilder
TopLeft ( string geohash ) : GeoBoundingBoxFilterBuilder
Type ( string type ) : GeoBoundingBoxFilterBuilder

메소드 상세

BottomRight() 공개 메소드

public BottomRight ( double lat, double lon ) : GeoBoundingBoxFilterBuilder
lat double
lon double
리턴 GeoBoundingBoxFilterBuilder

BottomRight() 공개 메소드

public BottomRight ( string geohash ) : GeoBoundingBoxFilterBuilder
geohash string
리턴 GeoBoundingBoxFilterBuilder

Cache() 공개 메소드

public Cache ( bool cache ) : GeoBoundingBoxFilterBuilder
cache bool
리턴 GeoBoundingBoxFilterBuilder

CacheKey() 공개 메소드

public CacheKey ( string cacheKey ) : GeoBoundingBoxFilterBuilder
cacheKey string
리턴 GeoBoundingBoxFilterBuilder

FilterName() 공개 메소드

public FilterName ( string filterName ) : GeoBoundingBoxFilterBuilder
filterName string
리턴 GeoBoundingBoxFilterBuilder

GeoBoundingBoxFilterBuilder() 공개 메소드

public GeoBoundingBoxFilterBuilder ( string name ) : System
name string
리턴 System

ToJsonObject() 공개 메소드

public ToJsonObject ( ) : object
리턴 object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TopLeft() 공개 메소드

public TopLeft ( double lat, double lon ) : GeoBoundingBoxFilterBuilder
lat double
lon double
리턴 GeoBoundingBoxFilterBuilder

TopLeft() 공개 메소드

public TopLeft ( string geohash ) : GeoBoundingBoxFilterBuilder
geohash string
리턴 GeoBoundingBoxFilterBuilder

Type() 공개 메소드

public Type ( string type ) : GeoBoundingBoxFilterBuilder
type string
리턴 GeoBoundingBoxFilterBuilder