Class ElevationServiceInfo

java.lang.Object
com.esri.arcgisruntime.portal.ElevationServiceInfo

public final class ElevationServiceInfo extends Object
Represents a Limited Error Raster Compression (LERC) elevation service that is provided by the portal. Objects of this class are provided by HelperServices.getDefaultElevationServices().
Since:
100.5.0
  • Method Details

    • getUrl

      public String getUrl()
      Gets the service URL.
      Returns:
      the service URL
      Since:
      100.5.0
    • getId

      public String getId()
      Gets an identifying string for the service.
      Returns:
      an identifying string for the service, or null if none
      Since:
      100.5.0
    • getLayerType

      public String getLayerType()
      Gets a string indicating the layer type for the service.
      Returns:
      a string indicating the layer type for the service, or null if none
      Since:
      100.5.0