Class ElevationServiceInfo


  • public final class ElevationServiceInfo
    extends java.lang.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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets an identifying string for the service.
      java.lang.String getLayerType()
      Gets a string indicating the layer type for the service.
      java.lang.String getUrl()
      Gets the service URL.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getUrl

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

        public java.lang.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 java.lang.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