Class EdgePropertyCompiler

java.lang.Object
com.here.platform.location.compilation.heremapcontent.EdgePropertyCompiler

public class EdgePropertyCompiler extends Object
  • Constructor Details

    • EdgePropertyCompiler

      public EdgePropertyCompiler(scala.Function1<scala.Function0<String>,scala.runtime.BoxedUnit> warn)
  • Method Details

    • toDenseRangeBasedPropertyMapData

      public static <T> scala.Option<DenseRangeBasedPropertyMapData<T>> toDenseRangeBasedPropertyMapData(int numberOfEdges, scala.collection.immutable.Map<Object,T> valuesByIndex, scala.reflect.ClassTag<T> evidence$3)
    • compile

      public <T, RoutingGraph> scala.collection.immutable.Map<Object,T> compile(scala.collection.Iterable<scala.Tuple2<com.here.schema.rib.v2.anchor.SegmentAnchor,T>> data, RoutingGraph routingGraph, SegmentIndexResolver segmentIndexResolver, RoutingGraphOperations<RoutingGraph> evidence$1)