====== ThinkGeo.MapSuite.Core.Geohash ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Core.Geohash** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ==== Public Methods ==== ** {{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|}} GetType() ** N/A == Remarks == N/A == Return Value == * Type:Type * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ConvertToPointShape(String) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.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.MapSuite.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.MapSuite.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.MapSuite.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.MapSuite.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.MapSuite.Core.PointShape|PointShape]] * Description:N/A * //direction// * Type:[[ThinkGeo.MapSuite.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.MapSuite.Core.PointShape|PointShape]] * Description:N/A * //direction// * Type:[[ThinkGeo.MapSuite.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.MapSuite.Core.Vertex|Vertex]] * Description:N/A * //direction// * Type:[[ThinkGeo.MapSuite.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.MapSuite.Core.Vertex|Vertex]] * Description:N/A * //direction// * Type:[[ThinkGeo.MapSuite.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.MapSuite.Core.GeohashAjacentDirection|GeohashAjacentDirection]] * Description:N/A ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(String) ** N/A == Remarks == N/A == Return Value == * Type:Collection