Skip to content

MapsQueryCloudClient

Inheritance Hierarchy

Members Summary

Public Constructors Summary

Name
MapsQueryCloudClient()
MapsQueryCloudClient(String,String)

Protected Constructors Summary

Name
N/A

Public Properties Summary

Name Return Type Description
BaseUris Collection<Uri> N/A
ClientId String N/A
ClientSecret String N/A
TimeoutInSeconds Int32 N/A
WebProxy IWebProxy N/A

Protected Properties Summary

Name Return Type Description
N/A N/A N/A

Public Methods Summary

Name
Dispose()
Equals(Object)
GetAttributesOfLayer(String)
GetAttributesOfLayerAsync(String)
GetFeaturesContaining(String,BaseShape,CloudMapsQuerySpatialQueryOptions)
GetFeaturesContaining(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)
GetFeaturesContaining(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)
GetFeaturesContainingAsync(String,BaseShape,CloudMapsQuerySpatialQueryOptions)
GetFeaturesContainingAsync(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)
GetFeaturesContainingAsync(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)
GetFeaturesCustom(CloudMapsQueryCustomQueryOptions)
GetFeaturesCustomAsync(CloudMapsQueryCustomQueryOptions)
GetFeaturesIntersecting(String,BaseShape,CloudMapsQuerySpatialQueryOptions)
GetFeaturesIntersecting(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)
GetFeaturesIntersecting(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)
GetFeaturesIntersectingAsync(String,BaseShape,CloudMapsQuerySpatialQueryOptions)
GetFeaturesIntersectingAsync(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)
GetFeaturesIntersectingAsync(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)
GetFeaturesNearest(String,BaseShape,Int32,CloudMapsQueryNearestQueryOptions)
GetFeaturesNearest(String,BaseShape,Int32,Int32,CloudMapsQueryNearestQueryOptions)
GetFeaturesNearest(String,BaseShape,String,Int32,CloudMapsQueryNearestQueryOptions)
GetFeaturesNearest(String,BaseShape,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)
GetFeaturesNearest(String,BaseShape,Int32,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)
GetFeaturesNearest(String,BaseShape,String,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)
GetFeaturesNearestAsync(String,BaseShape,Int32,CloudMapsQueryNearestQueryOptions)
GetFeaturesNearestAsync(String,BaseShape,Int32,Int32,CloudMapsQueryNearestQueryOptions)
GetFeaturesNearestAsync(String,BaseShape,String,Int32,CloudMapsQueryNearestQueryOptions)
GetFeaturesNearestAsync(String,BaseShape,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)
GetFeaturesNearestAsync(String,BaseShape,Int32,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)
GetFeaturesNearestAsync(String,BaseShape,String,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)
GetFeaturesOverlapping(String,BaseShape,CloudMapsQuerySpatialQueryOptions)
GetFeaturesOverlapping(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)
GetFeaturesOverlapping(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)
GetFeaturesOverlappingAsync(String,BaseShape,CloudMapsQuerySpatialQueryOptions)
GetFeaturesOverlappingAsync(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)
GetFeaturesOverlappingAsync(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)
GetFeaturesTouching(String,BaseShape,CloudMapsQuerySpatialQueryOptions)
GetFeaturesTouching(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)
GetFeaturesTouching(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)
GetFeaturesTouchingAsync(String,BaseShape,CloudMapsQuerySpatialQueryOptions)
GetFeaturesTouchingAsync(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)
GetFeaturesTouchingAsync(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithin(String,BaseShape,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithin(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithin(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithinAsync(String,BaseShape,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithinAsync(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithinAsync(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithinDistance(String,BaseShape,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithinDistance(String,BaseShape,Int32,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithinDistance(String,BaseShape,String,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithinDistanceAsync(String,BaseShape,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithinDistanceAsync(String,BaseShape,Int32,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)
GetFeaturesWithinDistanceAsync(String,BaseShape,String,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)
GetHashCode()
GetLayers()
GetLayersAsync()
GetType()
ToString()

Protected Methods Summary

Name
AuthenticateWebRequest(WebRequest)
Finalize()
GetNextCandidateBaseUri()
GetNextCandidateBaseUriCore()
GetToken()
GetTokenCore()
MemberwiseClone()
OnGettingAccessToken(GettingAccessTokenEventArgs)
OnSendingWebRequest(SendingWebRequestEventArgs)
OnSentWebRequest(SentWebRequestEventArgs)
SendWebRequest(WebRequest)
SendWebRequestAsync(WebRequest)

Public Events Summary

Name Event Arguments Description
GettingAccessToken GettingAccessTokenEventArgs N/A
SendingWebRequest SendingWebRequestEventArgs N/A
SentWebRequest SentWebRequestEventArgs N/A

Members Detail

Public Constructors

Name
MapsQueryCloudClient()
MapsQueryCloudClient(String,String)

Protected Constructors

Public Properties

BaseUris

Summary

N/A

Remarks

N/A

Return Value

Collection<Uri>


ClientId

Summary

N/A

Remarks

N/A

Return Value

String


ClientSecret

Summary

N/A

Remarks

N/A

Return Value

String


TimeoutInSeconds

Summary

N/A

Remarks

N/A

Return Value

Int32


WebProxy

Summary

N/A

Remarks

N/A

Return Value

IWebProxy


Protected Properties

Public Methods

Dispose()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

Equals(Object)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Boolean N/A

Parameters

Name Type Description
obj Object N/A

GetAttributesOfLayer(String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryGetAttributesOfLayerResult N/A

Parameters

Name Type Description
queryLayer String N/A

GetAttributesOfLayerAsync(String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryGetAttributesOfLayerResult> N/A

Parameters

Name Type Description
queryLayer String N/A

GetFeaturesContaining(String,BaseShape,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesContaining(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesContaining(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesContainingAsync(String,BaseShape,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesContainingAsync(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesContainingAsync(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesCustom(CloudMapsQueryCustomQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
options CloudMapsQueryCustomQueryOptions N/A

GetFeaturesCustomAsync(CloudMapsQueryCustomQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
options CloudMapsQueryCustomQueryOptions N/A

GetFeaturesIntersecting(String,BaseShape,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesIntersecting(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesIntersecting(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesIntersectingAsync(String,BaseShape,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesIntersectingAsync(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesIntersectingAsync(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesNearest(String,BaseShape,Int32,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
maxResults Int32 N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesNearest(String,BaseShape,Int32,Int32,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
maxResults Int32 N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesNearest(String,BaseShape,String,Int32,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
maxResults Int32 N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesNearest(String,BaseShape,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
maxResults Int32 N/A
searchRadius Double N/A
searchRadiusUnit DistanceUnit N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesNearest(String,BaseShape,Int32,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
maxResults Int32 N/A
searchRadius Double N/A
searchRadiusUnit DistanceUnit N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesNearest(String,BaseShape,String,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
maxResults Int32 N/A
searchRadius Double N/A
searchRadiusUnit DistanceUnit N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesNearestAsync(String,BaseShape,Int32,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
maxResults Int32 N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesNearestAsync(String,BaseShape,Int32,Int32,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
maxResults Int32 N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesNearestAsync(String,BaseShape,String,Int32,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
maxResults Int32 N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesNearestAsync(String,BaseShape,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
maxResults Int32 N/A
searchRadius Double N/A
searchRadiusUnit DistanceUnit N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesNearestAsync(String,BaseShape,Int32,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
maxResults Int32 N/A
searchRadius Double N/A
searchRadiusUnit DistanceUnit N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesNearestAsync(String,BaseShape,String,Int32,Double,DistanceUnit,CloudMapsQueryNearestQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
maxResults Int32 N/A
searchRadius Double N/A
searchRadiusUnit DistanceUnit N/A
options CloudMapsQueryNearestQueryOptions N/A

GetFeaturesOverlapping(String,BaseShape,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesOverlapping(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesOverlapping(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesOverlappingAsync(String,BaseShape,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesOverlappingAsync(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesOverlappingAsync(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesTouching(String,BaseShape,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesTouching(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesTouching(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesTouchingAsync(String,BaseShape,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesTouchingAsync(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesTouchingAsync(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithin(String,BaseShape,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithin(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithin(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithinAsync(String,BaseShape,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithinAsync(String,BaseShape,Int32,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithinAsync(String,BaseShape,String,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithinDistance(String,BaseShape,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
distance Double N/A
distanceUnit DistanceUnit N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithinDistance(String,BaseShape,Int32,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
distance Double N/A
distanceUnit DistanceUnit N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithinDistance(String,BaseShape,String,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryResult N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
distance Double N/A
distanceUnit DistanceUnit N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithinDistanceAsync(String,BaseShape,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
distance Double N/A
distanceUnit DistanceUnit N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithinDistanceAsync(String,BaseShape,Int32,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
srid Int32 N/A
distance Double N/A
distanceUnit DistanceUnit N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetFeaturesWithinDistanceAsync(String,BaseShape,String,Double,DistanceUnit,CloudMapsQuerySpatialQueryOptions)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryResult> N/A

Parameters

Name Type Description
queryLayer String N/A
shape BaseShape N/A
proj4String String N/A
distance Double N/A
distanceUnit DistanceUnit N/A
options CloudMapsQuerySpatialQueryOptions N/A

GetHashCode()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Int32 N/A

Parameters

Name Type Description
N/A N/A N/A

GetLayers()

Summary

N/A

Remarks

N/A

Return Value

Type Description
CloudMapsQueryGetLayersResult N/A

Parameters

Name Type Description
N/A N/A N/A

GetLayersAsync()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<CloudMapsQueryGetLayersResult> N/A

Parameters

Name Type Description
N/A N/A N/A

GetType()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Type N/A

Parameters

Name Type Description
N/A N/A N/A

ToString()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

Protected Methods

AuthenticateWebRequest(WebRequest)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
webRequest WebRequest N/A

Finalize()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

GetNextCandidateBaseUri()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

GetNextCandidateBaseUriCore()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

GetToken()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

GetTokenCore()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

MemberwiseClone()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Object N/A

Parameters

Name Type Description
N/A N/A N/A

OnGettingAccessToken(GettingAccessTokenEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
e GettingAccessTokenEventArgs N/A

OnSendingWebRequest(SendingWebRequestEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
e SendingWebRequestEventArgs N/A

OnSentWebRequest(SentWebRequestEventArgs)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
e SentWebRequestEventArgs N/A

SendWebRequest(WebRequest)

Summary

N/A

Remarks

N/A

Return Value

Type Description
WebResponse N/A

Parameters

Name Type Description
webRequest WebRequest N/A

SendWebRequestAsync(WebRequest)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Task<WebResponse> N/A

Parameters

Name Type Description
webRequest WebRequest N/A

Public Events

GettingAccessToken

N/A

Remarks

N/A

Event Arguments

GettingAccessTokenEventArgs

SendingWebRequest

N/A

Remarks

N/A

Event Arguments

SendingWebRequestEventArgs

SentWebRequest

N/A

Remarks

N/A

Event Arguments

SentWebRequestEventArgs