ThinkGeo.Core.GeohashHelper
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
Public Methods
GetType()
Return Value
Type:Type
Description:N/A
Parameters
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters

ConvertToPointShape(String)
Return Value
Parameters
geohash
Type:String
Description:N/A

ConvertToGeohash(PointShape,Int32)
Return Value
Type:String
Description:N/A
Parameters
precision
Type:Int32
Description:N/A

ConvertToGeohash(Vertex,Int32)
Return Value
Type:String
Description:N/A
Parameters
precision
Type:Int32
Description:N/A

ConvertToGeohash(Double,Double,Int32)
Return Value
Type:String
Description:N/A
Parameters
longitude
Type:Double
Description:N/A
latitude
Type:Double
Description:N/A
precision
Type:Int32
Description:N/A

GetAdjacentGeohash(Double,Double,GeohashAjacentDirection)
Return Value
Type:String
Description:N/A
Parameters
longitude
Type:Double
Description:N/A
latitude
Type:Double
Description:N/A

GetAdjacentGeohash(Double,Double,GeohashAjacentDirection,Int32)
Return Value
Type:String
Description:N/A
Parameters
longitude
Type:Double
Description:N/A
latitude
Type:Double
Description:N/A
precision
Type:Int32
Description:N/A

GetAdjacentGeohash(PointShape,GeohashAjacentDirection)
Return Value
Type:String
Description:N/A
Parameters

GetAdjacentGeohash(PointShape,GeohashAjacentDirection,Int32)
Return Value
Type:String
Description:N/A
Parameters
precision
Type:Int32
Description:N/A

GetAdjacentGeohash(Vertex,GeohashAjacentDirection)
Return Value
Type:String
Description:N/A
Parameters

GetAdjacentGeohash(Vertex,GeohashAjacentDirection,Int32)
Return Value
Type:String
Description:N/A
Parameters
precision
Type:Int32
Description:N/A

GetAdjacentGeohash(String,GeohashAjacentDirection)
Return Value
Type:String
Description:N/A
Parameters
geohash
Type:String
Description:N/A

GetAdjacentGeohashes(String)
Return Value
Type:Collection<String>
Description:N/A
Parameters
geohash
Type:String
Description:N/A

GetAdjacentGeohashes(PointShape)
Return Value
Type:Collection<String>
Description:N/A
Parameters

GetAdjacentGeohashes(PointShape,Int32)
Return Value
Type:Collection<String>
Description:N/A
Parameters
precision
Type:Int32
Description:N/A

GetAdjacentGeohashes(Vertex)
Return Value
Type:Collection<String>
Description:N/A
Parameters

GetAdjacentGeohashes(Vertex,Int32)
Return Value
Type:Collection<String>
Description:N/A
Parameters
precision
Type:Int32
Description:N/A

GetAdjacentGeohashes(Double,Double)
Return Value
Type:Collection<String>
Description:N/A
Parameters
longitude
Type:Double
Description:N/A
latitude
Type:Double
Description:N/A

GetAdjacentGeohashes(Double,Double,Int32)
Return Value
Type:Collection<String>
Description:N/A
Parameters
longitude
Type:Double
Description:N/A
latitude
Type:Double
Description:N/A
precision
Type:Int32
Description:N/A
Protected Methods
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
Public Properties
Protected Properties
Public Events