User Tools

Site Tools


thinkgeo.mapsuite.core.geohash

This is an old revision of the document!


ThinkGeo.MapSuite.Core.Geohash

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

Public Methods

ConvertToGeohash(PointShape, Int32)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
pointShapeInDecimalDegree PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>
precision Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

ConvertToGeohash(Vertex, Int32)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
vertexInDecimalDegree Vertex<!– ThinkGeo.MapSuite.Core.Vertex –>
precision Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

ConvertToGeohash(Double, Double, Int32)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
longitude Double<!– System.Double –>
latitude Double<!– System.Double –>
precision Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

ConvertToPointShape(String)

<!– static –>

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>

Parameters

Name Type Description
geohash String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetAdjacentGeohash(Double, Double, GeohashAjacentDirection)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
longitude Double<!– System.Double –>
latitude Double<!– System.Double –>
direction GeohashAjacentDirection<!– ThinkGeo.MapSuite.Core.GeohashAjacentDirection –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohash(Double, Double, GeohashAjacentDirection, Int32)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
longitude Double<!– System.Double –>
latitude Double<!– System.Double –>
direction GeohashAjacentDirection<!– ThinkGeo.MapSuite.Core.GeohashAjacentDirection –>
precision Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohash(PointShape, GeohashAjacentDirection)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
pointShapeInDecimalDegree PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>
direction GeohashAjacentDirection<!– ThinkGeo.MapSuite.Core.GeohashAjacentDirection –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohash(PointShape, GeohashAjacentDirection, Int32)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
pointShapeInDecimalDegree PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>
direction GeohashAjacentDirection<!– ThinkGeo.MapSuite.Core.GeohashAjacentDirection –>
precision Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohash(Vertex, GeohashAjacentDirection)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
vertexInDecimalDegree Vertex<!– ThinkGeo.MapSuite.Core.Vertex –>
direction GeohashAjacentDirection<!– ThinkGeo.MapSuite.Core.GeohashAjacentDirection –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohash(Vertex, GeohashAjacentDirection, Int32)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
vertexInDecimalDegree Vertex<!– ThinkGeo.MapSuite.Core.Vertex –>
direction GeohashAjacentDirection<!– ThinkGeo.MapSuite.Core.GeohashAjacentDirection –>
precision Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohash(String, GeohashAjacentDirection)

<!– static –>

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
geohash String<!– System.String –>
direction GeohashAjacentDirection<!– ThinkGeo.MapSuite.Core.GeohashAjacentDirection –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohashes(Double, Double, Int32)

<!– static –>

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description
longitude Double<!– System.Double –>
latitude Double<!– System.Double –>
precision Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohashes(Double, Double)

<!– static –>

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description
longitude Double<!– System.Double –>
latitude Double<!– System.Double –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohashes(String)

<!– static –>

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description
geohash String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohashes(Vertex)

<!– static –>

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description
vertexInDecimalDegree Vertex<!– ThinkGeo.MapSuite.Core.Vertex –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohashes(PointShape, Int32)

<!– static –>

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description
pointShapeInDecimalDegree PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>
precision Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohashes(PointShape)

<!– static –>

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description
pointShapeInDecimalDegree PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetAdjacentGeohashes(Vertex, Int32)

<!– static –>

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description
vertexInDecimalDegree Vertex<!– ThinkGeo.MapSuite.Core.Vertex –>
precision Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.Geohash –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.core.geohash.1440040128.txt.gz · Last modified: 2015/09/17 09:01 (external edit)