Class GenericLayer<T>

java.lang.Object
com.here.platform.location.integration.GenericLayer<T>

public class GenericLayer<T> extends Object
Deprecated.
This functionality is deprecated. Since SDK 2.54.
Allows creating DataLoaders for a catalog layer.

param: decode decodes the in-memory representation for a partition of this layer from a byte array.

  • Constructor Details

    • GenericLayer

      public GenericLayer(String layerName, scala.Function1<byte[],T> decode)
      Deprecated.
  • Method Details