C# Class VelocityDB.geohash.BoundingBox

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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
HashCode ( double x ) : int

Method Details

BoundingBox() public méthode

public BoundingBox ( BoundingBox that ) : System
that BoundingBox
Résultat System

BoundingBox() public méthode

create a bounding box defined by two coordinates
public BoundingBox ( WGS84Point p1, WGS84Point p2 ) : System
p1 WGS84Point
p2 WGS84Point
Résultat System

BoundingBox() public méthode

public BoundingBox ( double y1, double y2, double x1, double x2 ) : System
y1 double
y2 double
x1 double
x2 double
Résultat System

Contains() public méthode

public Contains ( WGS84Point point ) : bool
point WGS84Point
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

ExpandToInclude() public méthode

public ExpandToInclude ( BoundingBox other ) : void
other BoundingBox
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Intersects() public méthode

public Intersects ( BoundingBox other ) : bool
other BoundingBox
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string