Skip to content

GeohashHelper

Inheritance Hierarchy

  • Object
  • GeohashHelper

Members Summary

Public Constructors Summary

Name
N/A

Protected Constructors Summary

Name
N/A

Public Properties Summary

Name Return Type Description
N/A N/A N/A

Protected Properties Summary

Name Return Type Description
N/A N/A N/A

Public Methods Summary

Name
ConvertToGeohash(PointShape,Int32)
ConvertToGeohash(Vertex,Int32)
ConvertToGeohash(Double,Double,Int32)
ConvertToPointShape(String)
Equals(Object)
GetAdjacentGeohash(Double,Double,GeohashAjacentDirection)
GetAdjacentGeohash(Double,Double,GeohashAjacentDirection,Int32)
GetAdjacentGeohash(PointShape,GeohashAjacentDirection)
GetAdjacentGeohash(PointShape,GeohashAjacentDirection,Int32)
GetAdjacentGeohash(Vertex,GeohashAjacentDirection)
GetAdjacentGeohash(Vertex,GeohashAjacentDirection,Int32)
GetAdjacentGeohash(String,GeohashAjacentDirection)
GetAdjacentGeohashes(String)
GetAdjacentGeohashes(PointShape)
GetAdjacentGeohashes(PointShape,Int32)
GetAdjacentGeohashes(Vertex)
GetAdjacentGeohashes(Vertex,Int32)
GetAdjacentGeohashes(Double,Double)
GetAdjacentGeohashes(Double,Double,Int32)
GetHashCode()
GetType()
ToString()

Protected Methods Summary

Name
Finalize()
MemberwiseClone()

Public Events Summary

Name Event Arguments Description
N/A N/A N/A

Members Detail

Public Constructors

Name
N/A

Protected Constructors

Public Properties

Protected Properties

Public Methods

ConvertToGeohash(PointShape,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
pointShapeInDecimalDegree PointShape N/A
precision Int32 N/A

ConvertToGeohash(Vertex,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
vertexInDecimalDegree Vertex N/A
precision Int32 N/A

ConvertToGeohash(Double,Double,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
latitude Double N/A
longitude Double N/A
precision Int32 N/A

ConvertToPointShape(String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
PointShape N/A

Parameters

Name Type Description
geohash String N/A

Equals(Object)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Boolean N/A

Parameters

Name Type Description
obj Object N/A

GetAdjacentGeohash(Double,Double,GeohashAjacentDirection)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
latitude Double N/A
longitude Double N/A
direction GeohashAjacentDirection N/A

GetAdjacentGeohash(Double,Double,GeohashAjacentDirection,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
latitude Double N/A
longitude Double N/A
direction GeohashAjacentDirection N/A
precision Int32 N/A

GetAdjacentGeohash(PointShape,GeohashAjacentDirection)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
pointShapeInDecimalDegree PointShape N/A
direction GeohashAjacentDirection N/A

GetAdjacentGeohash(PointShape,GeohashAjacentDirection,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
pointShapeInDecimalDegree PointShape N/A
direction GeohashAjacentDirection N/A
precision Int32 N/A

GetAdjacentGeohash(Vertex,GeohashAjacentDirection)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
vertexInDecimalDegree Vertex N/A
direction GeohashAjacentDirection N/A

GetAdjacentGeohash(Vertex,GeohashAjacentDirection,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
vertexInDecimalDegree Vertex N/A
direction GeohashAjacentDirection N/A
precision Int32 N/A

GetAdjacentGeohash(String,GeohashAjacentDirection)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
geohash String N/A
direction GeohashAjacentDirection N/A

GetAdjacentGeohashes(String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<String> N/A

Parameters

Name Type Description
geohash String N/A

GetAdjacentGeohashes(PointShape)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<String> N/A

Parameters

Name Type Description
pointShapeInDecimalDegree PointShape N/A

GetAdjacentGeohashes(PointShape,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<String> N/A

Parameters

Name Type Description
pointShapeInDecimalDegree PointShape N/A
precision Int32 N/A

GetAdjacentGeohashes(Vertex)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<String> N/A

Parameters

Name Type Description
vertexInDecimalDegree Vertex N/A

GetAdjacentGeohashes(Vertex,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<String> N/A

Parameters

Name Type Description
vertexInDecimalDegree Vertex N/A
precision Int32 N/A

GetAdjacentGeohashes(Double,Double)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<String> N/A

Parameters

Name Type Description
latitude Double N/A
longitude Double N/A

GetAdjacentGeohashes(Double,Double,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Collection<String> N/A

Parameters

Name Type Description
latitude Double N/A
longitude Double N/A
precision Int32 N/A

GetHashCode()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Int32 N/A

Parameters

Name Type Description
N/A N/A N/A

GetType()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Type N/A

Parameters

Name Type Description
N/A N/A N/A

ToString()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

Protected Methods

Finalize()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

MemberwiseClone()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Object N/A

Parameters

Name Type Description
N/A N/A N/A

Public Events