DataClient.GetSearchAssetsForTileNoTms Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetSearchAssetsForTileNoTms(GetSearchAssetsForTileNoTmsOptions, RequestContext) |
[Protocol Method] Return a list of assets which overlap a given tile for a mosaic search.
|
| GetSearchAssetsForTileNoTms(GetSearchAssetsForTileNoTmsOptions, CancellationToken) |
Return a list of assets which overlap a given tile for a mosaic search. |
GetSearchAssetsForTileNoTms(GetSearchAssetsForTileNoTmsOptions, RequestContext)
- Source:
- DataClient.cs
[Protocol Method] Return a list of assets which overlap a given tile for a mosaic search.
- This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Response GetSearchAssetsForTileNoTms(Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileNoTmsOptions options, Azure.RequestContext context);
abstract member GetSearchAssetsForTileNoTms : Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileNoTmsOptions * Azure.RequestContext -> Azure.Response
override this.GetSearchAssetsForTileNoTms : Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileNoTmsOptions * Azure.RequestContext -> Azure.Response
Public Overridable Function GetSearchAssetsForTileNoTms (options As GetSearchAssetsForTileNoTmsOptions, context As RequestContext) As Response
Parameters
The options for the getSearchAssetsForTileNoTms request.
- context
- RequestContext
The request options, which can override default behaviors of the client pipeline on a per-call basis.
Returns
The response returned from the service.
Exceptions
options is null.
Service returned a non-success status code.
Applies to
GetSearchAssetsForTileNoTms(GetSearchAssetsForTileNoTmsOptions, CancellationToken)
- Source:
- DataClient.cs
Return a list of assets which overlap a given tile for a mosaic search.
public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<BinaryData>> GetSearchAssetsForTileNoTms(Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileNoTmsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSearchAssetsForTileNoTms : Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileNoTmsOptions * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<BinaryData>>
override this.GetSearchAssetsForTileNoTms : Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileNoTmsOptions * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<BinaryData>>
Public Overridable Function GetSearchAssetsForTileNoTms (options As GetSearchAssetsForTileNoTmsOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IReadOnlyList(Of BinaryData))
Parameters
The options for the getSearchAssetsForTileNoTms request.
- cancellationToken
- CancellationToken
The cancellation token that can be used to cancel the operation.
Returns
Exceptions
options is null.
Service returned a non-success status code.