This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.geohash [2015/09/18 05:42] admin |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.Core.Geohash ====== | ||
- | |||
- | ===== 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 == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Boolean | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //obj// | ||
- | * Type:Object | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Type | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{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 | ||
- | |||
- | <div newline></div> | ||
- | ** {{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 | ||
- | |||
- | <div newline></div> | ||
- | ** {{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 | ||
- | |||
- | <div newline></div> | ||
- | ** {{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 | ||
- | |||
- | <div newline></div> | ||
- | ** {{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 | ||
- | |||
- | <div newline></div> | ||
- | ** {{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 | ||
- | |||
- | <div newline></div> | ||
- | ** {{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 | ||
- | |||
- | <div newline></div> | ||
- | ** {{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 | ||
- | |||
- | <div newline></div> | ||
- | ** {{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 | ||
- | |||
- | <div newline></div> | ||
- | ** {{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 | ||
- | |||
- | <div newline></div> | ||
- | ** {{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 | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(String) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //geohash// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(PointShape) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //pointShapeInDecimalDegree// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(PointShape,Int32) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //pointShapeInDecimalDegree// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
- | * Description:N/A | ||
- | |||
- | * //precision// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(Vertex) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //vertexInDecimalDegree// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(Vertex,Int32) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //vertexInDecimalDegree// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] | ||
- | * Description:N/A | ||
- | |||
- | * //precision// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(Double,Double) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //longitude// | ||
- | * Type:Double | ||
- | * Description:N/A | ||
- | |||
- | * //latitude// | ||
- | * Type:Double | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetAdjacentGeohashes(Double,Double,Int32) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == 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 | ||
- | |||
- | <div newline></div> | ||
- | ==== Protected Methods ==== | ||
- | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Object | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ==== Public Properties ==== | ||
- | ==== Protected Properties ==== | ||
- | ==== Public Events ==== | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.