User Tools

Site Tools


api:thinkgeo.cloud.reversegeocodingclient

ThinkGeo.Cloud.ReverseGeocodingClient

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.Cloud.BaseClient
      • ThinkGeo.Cloud.ReverseGeocodingClient

Members Summary

Public Constructors

ReverseGeocodingClient()

  • Initilizes an instance. You need apply client Id and secret by properties.
Remarks
  • N/A
Parameters

ReverseGeocodingClient(String,String)

  • Initializes an instance with ClientID and ClientSecret. It will send a request to GIS Server to gain the token which will be added to the Header for all the requests.
Remarks
  • N/A
Parameters
  • clientId
    • Type:String
    • Description:The ClientID for the auth.
  • clientSecret
    • Type:String
    • Description:The ClientSecret for the auth.

Protected Constructors

Public Methods

SearchPointInDecimalDegree(Double,Double,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • latitude
    • Type:Double
    • Description:The latitude of the point.
  • longitude
    • Type:Double
    • Description:The longitude of the point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchPointInDecimalDegree(Double,Double,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • latitude
    • Type:Double
    • Description:The latitude of the point.
  • longitude
    • Type:Double
    • Description:The longitude of the point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchPoint(Double,Double,Int32,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • x
    • Type:Double
    • Description:The X coordinate of the point.
  • y
    • Type:Double
    • Description:The Y coordinate of the point.
  • pointProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchPoint(Double,Double,Int32,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • x
    • Type:Double
    • Description:The X coordinate of the point.
  • y
    • Type:Double
    • Description:The Y coordinate of the point.
  • pointProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchPoint(Double,Double,String,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • x
    • Type:Double
    • Description:The X coordinate of the point.
  • y
    • Type:Double
    • Description:The Y coordinate of the point.
  • pointProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) of point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchPoint(Double,Double,String,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • x
    • Type:Double
    • Description:The X coordinate of the point.
  • y
    • Type:Double
    • Description:The Y coordinate of the point.
  • pointProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) of point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchPointInDecimalDegreeAsync(Double,Double,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • latitude
    • Type:Double
    • Description:The latitude of the point.
  • longitude
    • Type:Double
    • Description:The longitude of the point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchPointInDecimalDegreeAsync(Double,Double,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • latitude
    • Type:Double
    • Description:The latitude of the point.
  • longitude
    • Type:Double
    • Description:The longitude of the point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchPointAsync(Double,Double,Int32,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • x
    • Type:Double
    • Description:The X coordinate of the point.
  • y
    • Type:Double
    • Description:The Y coordinate of the point.
  • pointProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchPointAsync(Double,Double,Int32,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • x
    • Type:Double
    • Description:The X coordinate of the point.
  • y
    • Type:Double
    • Description:The Y coordinate of the point.
  • pointProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchPointAsync(Double,Double,String,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • x
    • Type:Double
    • Description:The X coordinate of the point.
  • y
    • Type:Double
    • Description:The Y coordinate of the point.
  • pointProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) of point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchPointAsync(Double,Double,String,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • x
    • Type:Double
    • Description:The X coordinate of the point.
  • y
    • Type:Double
    • Description:The Y coordinate of the point.
  • pointProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) of point.
  • searchRadius
    • Type:Double
    • Description:The maximum radius around the input coordinate to search for places.
  • unitOfsearchRadius
    • Description:The unit of measure in which the SearchRadius is expressed.

SearchLineInDecimalDegree(LineShape,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchLineInDecimalDegree(LineShape,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchLine(LineShape,Int32,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • lineProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of line.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchLine(LineShape,Int32,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • lineProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of line.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchLine(LineShape,String,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • lineProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) of line.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchLine(LineShape,String,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • lineProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) of line.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchLineInDecimalDegreeAsync(LineShape,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchLineInDecimalDegreeAsync(LineShape,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchLineAsync(LineShape,Int32,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • lineProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of line.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchLineAsync(LineShape,Int32,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • lineProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of line.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchLineAsync(LineShape,String,Double,DistanceUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • lineProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) of line.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchLineAsync(LineShape,String,Double,DistanceUnit,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • line
    • Type:LineShape
    • Description:The line feature to search.
  • lineProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) of line.
  • searchBuffer
    • Type:Double
    • Description:The buffer of search line.
  • unitOfsearchBuffer
    • Description:>The unit of measure in which the searchBuffer is expressed.

SearchAreaInDecimalDegree(PolygonShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.

SearchAreaInDecimalDegree(PolygonShape,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.

SearchArea(PolygonShape,Int32)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.
  • areaProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of area.

SearchArea(PolygonShape,Int32,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.
  • areaProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of area.

SearchArea(PolygonShape,String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.
  • areaProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) of area.

SearchArea(PolygonShape,String,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.
  • areaProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) in which to express the result.

SearchAreaInDecimalDegreeAsync(PolygonShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.

SearchAreaInDecimalDegreeAsync(PolygonShape,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.

SearchAreaAsync(PolygonShape,Int32)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.
  • areaProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of area.

SearchAreaAsync(PolygonShape,Int32,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.
  • areaProjectionInSrid
    • Type:Int32
    • Description:The SRID (spatial reference system ID) of area.

SearchAreaAsync(PolygonShape,String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.
  • areaProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) of area.

SearchAreaAsync(PolygonShape,String,ReverseGeocodingOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • area
    • Description:The polygon feature to search.
  • areaProjectionInProj4String
    • Type:String
    • Description:The proj4string (coordinate system) of area.

Dispose()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

AuthenticateWebRequest(WebRequest)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • webRequest
    • Type:WebRequest
    • Description:N/A

GetToken()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

GetTokenCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

SendWebRequest(WebRequest)

  • N/A
Remarks
  • N/A
Return Value
  • Type:WebResponse
  • Description:N/A
Parameters
  • webRequest
    • Type:WebRequest
    • Description:N/A

SendWebRequestAsync(WebRequest)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Task<WebResponse>
  • Description:N/A
Parameters
  • webRequest
    • Type:WebRequest
    • Description:N/A

GetNextCandidateBaseUri()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

GetNextCandidateBaseUriCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

OnGettingAccessToken(GettingAccessTokenEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnSendingWebRequest(SendingWebRequestEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

ClientId

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

ClientSecret

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

BaseUris

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<Uri>

Protected Properties

Public Events

api/thinkgeo.cloud.reversegeocodingclient.txt · Last modified: 2018/12/19 08:04 by tgwikiupdate