Class LayerIOHelper

java.lang.Object
com.here.platform.data.client.spark.LayerIOHelper

public class LayerIOHelper extends Object
  • Constructor Details

    • LayerIOHelper

      public LayerIOHelper()
  • Method Details

    • catalogLayerNotFoundMsg

      public static String catalogLayerNotFoundMsg(String uri)
    • clientFromHadoopConfig

      public static <T> T clientFromHadoopConfig(org.apache.hadoop.conf.Configuration config, HRN catalogHrn, scala.Function2<HRN,Settings,T> clientRetriever)
    • retrieveLayerInfo

      public static Layer retrieveLayerInfo(HRN catalogHrn, String layerId, com.here.platform.data.client.scaladsl.QueryApi queryApi)
    • deconstructURI

      public static scala.Tuple2<HRN,String> deconstructURI(String uri)
    • getContentType

      public static LayerContentType getContentType(Layer layer)