C# Class VelocityDB.geohash.WGS84Point

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
WGS84Point ( WGS84Point other ) : System
WGS84Point ( double latitude, double longitude ) : System

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

WGS84Point() public méthode

public WGS84Point ( WGS84Point other ) : System
other WGS84Point
Résultat System

WGS84Point() public méthode

public WGS84Point ( double latitude, double longitude ) : System
latitude double
longitude double
Résultat System