====== ThinkGeo.Core.GeohashHelper ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.Core.GeohashHelper** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertToPointShape(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.PointShape|PointShape]] * Description:N/A == Parameters == * //geohash// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertToGeohash(PointShape,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //pointShapeInDecimalDegree// * Type:[[ThinkGeo.Core.PointShape|PointShape]] * Description:N/A * //precision// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertToGeohash(Vertex,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //vertexInDecimalDegree// * Type:[[ThinkGeo.Core.Vertex|Vertex]] * Description:N/A * //precision// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertToGeohash(Double,Double,Int32) ** * //N/A// == Remarks == * //N/A// == 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
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohash(Double,Double,GeohashAjacentDirection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //longitude// * Type:Double * Description:N/A * //latitude// * Type:Double * Description:N/A * //direction// * Type:[[ThinkGeo.Core.GeohashAjacentDirection|GeohashAjacentDirection]] * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohash(Double,Double,GeohashAjacentDirection,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //longitude// * Type:Double * Description:N/A * //latitude// * Type:Double * Description:N/A * //direction// * Type:[[ThinkGeo.Core.GeohashAjacentDirection|GeohashAjacentDirection]] * Description:N/A * //precision// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohash(PointShape,GeohashAjacentDirection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //pointShapeInDecimalDegree// * Type:[[ThinkGeo.Core.PointShape|PointShape]] * Description:N/A * //direction// * Type:[[ThinkGeo.Core.GeohashAjacentDirection|GeohashAjacentDirection]] * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohash(PointShape,GeohashAjacentDirection,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //pointShapeInDecimalDegree// * Type:[[ThinkGeo.Core.PointShape|PointShape]] * Description:N/A * //direction// * Type:[[ThinkGeo.Core.GeohashAjacentDirection|GeohashAjacentDirection]] * Description:N/A * //precision// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohash(Vertex,GeohashAjacentDirection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //vertexInDecimalDegree// * Type:[[ThinkGeo.Core.Vertex|Vertex]] * Description:N/A * //direction// * Type:[[ThinkGeo.Core.GeohashAjacentDirection|GeohashAjacentDirection]] * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohash(Vertex,GeohashAjacentDirection,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //vertexInDecimalDegree// * Type:[[ThinkGeo.Core.Vertex|Vertex]] * Description:N/A * //direction// * Type:[[ThinkGeo.Core.GeohashAjacentDirection|GeohashAjacentDirection]] * Description:N/A * //precision// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohash(String,GeohashAjacentDirection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //geohash// * Type:String * Description:N/A * //direction// * Type:[[ThinkGeo.Core.GeohashAjacentDirection|GeohashAjacentDirection]] * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //geohash// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(PointShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //pointShapeInDecimalDegree// * Type:[[ThinkGeo.Core.PointShape|PointShape]] * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(PointShape,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //pointShapeInDecimalDegree// * Type:[[ThinkGeo.Core.PointShape|PointShape]] * Description:N/A * //precision// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(Vertex) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //vertexInDecimalDegree// * Type:[[ThinkGeo.Core.Vertex|Vertex]] * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(Vertex,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //vertexInDecimalDegree// * Type:[[ThinkGeo.Core.Vertex|Vertex]] * Description:N/A * //precision// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(Double,Double) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //longitude// * Type:Double * Description:N/A * //latitude// * Type:Double * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(Double,Double,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //longitude// * Type:Double * Description:N/A * //latitude// * Type:Double * Description:N/A * //precision// * Type:Int32 * Description:N/A
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
==== Public Properties ==== ==== Protected Properties ==== ==== Public Events ====