C# 클래스 VelocityDB.geohash.BoundingBox

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

공개 메소드들

메소드 설명
BoundingBox ( BoundingBox that ) : System
BoundingBox ( WGS84Point p1, WGS84Point p2 ) : System

create a bounding box defined by two coordinates

BoundingBox ( double y1, double y2, double x1, double x2 ) : System
Contains ( WGS84Point point ) : bool
Equals ( object obj ) : bool
ExpandToInclude ( BoundingBox other ) : void
GetHashCode ( ) : int
Intersects ( BoundingBox other ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
HashCode ( double x ) : int

메소드 상세

BoundingBox() 공개 메소드

public BoundingBox ( BoundingBox that ) : System
that BoundingBox
리턴 System

BoundingBox() 공개 메소드

create a bounding box defined by two coordinates
public BoundingBox ( WGS84Point p1, WGS84Point p2 ) : System
p1 WGS84Point
p2 WGS84Point
리턴 System

BoundingBox() 공개 메소드

public BoundingBox ( double y1, double y2, double x1, double x2 ) : System
y1 double
y2 double
x1 double
x2 double
리턴 System

Contains() 공개 메소드

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

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

ExpandToInclude() 공개 메소드

public ExpandToInclude ( BoundingBox other ) : void
other BoundingBox
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Intersects() 공개 메소드

public Intersects ( BoundingBox other ) : bool
other BoundingBox
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string