C# Class VelocityDB.geohash.WGS84Point

Show file Open project: VelocityDB/VelocityDB Class Usage Examples

Public Methods

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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

WGS84Point() public method

public WGS84Point ( WGS84Point other ) : System
other WGS84Point
return System

WGS84Point() public method

public WGS84Point ( double latitude, double longitude ) : System
latitude double
longitude double
return System