Index

A B C E G H P R S V 
All Classes and Interfaces|All Packages

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Adds a custom Http pipeline policy.

B

buildAsyncClient() - Method in class com.azure.maps.elevation.ElevationClientBuilder
Builds an instance of ElevationAsyncClient async client.
buildClient() - Method in class com.azure.maps.elevation.ElevationClientBuilder
Builds an instance of ElevationClient sync client.

C

clientOptions(ClientOptions) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Sets The client options such as application ID and custom headers to set on a request.
com.azure.maps.elevation - package com.azure.maps.elevation
Package containing the classes for ElevationClient.
com.azure.maps.elevation.models - package com.azure.maps.elevation.models
Package containing classes for ElevationClient.
configuration(Configuration) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Sets The configuration store that is used during construction of the service client.
credential(AzureKeyCredential) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Sets the AzureKeyCredential used to authenticate HTTP requests.
credential(TokenCredential) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Sets the TokenCredential used to authenticate HTTP requests.

E

ElevationAsyncClient - Class in com.azure.maps.elevation
Initializes a new instance of the asynchronous ElevationClient type.
ElevationClient - Class in com.azure.maps.elevation
ElevationClient instances are created via the ElevationClientBuilder, as shown below.
ElevationClientBuilder - Class in com.azure.maps.elevation
Builder class used to instantiate both synchronous and asynchronous ElevationClient clients.
ElevationClientBuilder() - Constructor for class com.azure.maps.elevation.ElevationClientBuilder
Default constructor for the builder class; Create an instance of the ElevationClientBuilder.
elevationClientId(String) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Sets the Azure Maps client id for use with Azure AD Authentication.
ElevationResult - Class in com.azure.maps.elevation.models
The response from a successful Get Data for Bounding Box API.
ElevationServiceVersion - Enum in com.azure.maps.elevation
Contains the versions of the Elevation Service available for the clients.
endpoint(String) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Set endpoint of the service.

G

getDataForBoundingBox(GeoBoundingBox, Integer, Integer) - Method in class com.azure.maps.elevation.ElevationAsyncClient
Get Data For Bounding Box
getDataForBoundingBox(GeoBoundingBox, Integer, Integer) - Method in class com.azure.maps.elevation.ElevationClient
Get Data For Bounding Box
getDataForBoundingBoxWithResponse(GeoBoundingBox, Integer, Integer) - Method in class com.azure.maps.elevation.ElevationAsyncClient
Get Data For Bounding Box
getDataForBoundingBoxWithResponse(GeoBoundingBox, Integer, Integer, Context) - Method in class com.azure.maps.elevation.ElevationClient
Get Data For Bounding Box
getDataForPoints(List<GeoPosition>) - Method in class com.azure.maps.elevation.ElevationAsyncClient
Get Data For Points
getDataForPoints(List<GeoPosition>) - Method in class com.azure.maps.elevation.ElevationClient
Get Data For Points
getDataForPointsWithResponse(List<GeoPosition>) - Method in class com.azure.maps.elevation.ElevationAsyncClient
Get Data For Points
getDataForPointsWithResponse(List<GeoPosition>, Context) - Method in class com.azure.maps.elevation.ElevationClient
Get Data For Points
getDataForPolyline(List<GeoPosition>, Integer) - Method in class com.azure.maps.elevation.ElevationAsyncClient
Get Data For Polyline
getDataForPolyline(List<GeoPosition>, Integer) - Method in class com.azure.maps.elevation.ElevationClient
Get Data For Polyline
getDataForPolylineWithResponse(List<GeoPosition>, Integer) - Method in class com.azure.maps.elevation.ElevationAsyncClient
Get Data For Polyline
getDataForPolylineWithResponse(List<GeoPosition>, Integer, Context) - Method in class com.azure.maps.elevation.ElevationClient
Get Data For Polyline
getElevations() - Method in class com.azure.maps.elevation.models.ElevationResult
Get the elevations property: The response for point/points elevation API.
getLatest() - Static method in enum com.azure.maps.elevation.ElevationServiceVersion
Gets the latest service version supported by this client library
getVersion() - Method in enum com.azure.maps.elevation.ElevationServiceVersion

H

httpClient(HttpClient) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Sets The HTTP client used to send the request.
httpLogOptions(HttpLogOptions) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Sets The logging configuration for HTTP requests and responses.

P

pipeline(HttpPipeline) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Sets The HTTP pipeline to send requests through.

R

retryOptions(RetryOptions) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Sets retry options
retryPolicy(RetryPolicy) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.

S

serviceVersion(ElevationServiceVersion) - Method in class com.azure.maps.elevation.ElevationClientBuilder
Sets the ElevationServiceVersion that is used when making API requests.

V

V1_0 - Enum constant in enum com.azure.maps.elevation.ElevationServiceVersion
Service version 1.0.
valueOf(String) - Static method in enum com.azure.maps.elevation.ElevationServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.maps.elevation.ElevationServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E G H P R S V 
All Classes and Interfaces|All Packages