• Surface
  • The following members of class Surface are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

    Public Functions

    (deprecated) Esri::ArcGISRuntime::TaskWatcher locationToElevation(const Esri::ArcGISRuntime::Point &location)

    Signals

    (deprecated) void locationToElevationCompleted(const QUuid &taskId, double elevation)

    Member Function Documentation

    [deprecated] Esri::ArcGISRuntime::TaskWatcher Surface::locationToElevation(const Esri::ArcGISRuntime::Point &location)

    This function is deprecated. We strongly advise against using it in new code.

    Gets the elevation (in meters) for the specified location on the surface.

    [signal, deprecated] void Surface::locationToElevationCompleted(const QUuid &taskId, double elevation)

    This function is deprecated. We strongly advise against using it in new code.

    Signal emitted when the elevation of the point has been calculated.

    • taskId - The task ID for the asynchronous operation.
    • elevation - The elevation of the point in meters above sea level.